You have to create shared library with it. In QtCreator just Create a library and add you classes and dont forget about macros.
see:
http://harmattan-dev.nokia.com/docs/...edlibrary.html
You have to create shared library with it. In QtCreator just Create a library and add you classes and dont forget about macros.
see:
http://harmattan-dev.nokia.com/docs/...edlibrary.html
Last edited by alizadeh91; 15th April 2013 at 17:09.
sliverTwist (16th April 2013)
Hello again , well i added the .so file to my project that is located externally but when i try to include it it says that the file does not exists #include<csync.h> "no such file or directory"
Sliver_Twist
Two things are required in pro file.
1. Include path of header files
Qt Code:
INCLUDEPATH += mylib/src/incTo copy to clipboard, switch view to plain text mode
2. Library binary file path
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
sliverTwist (16th April 2013)
apparently the problem was fixed by doing this #include <ocsync/csync.h> sorry for disturbing you and thanks a lot
Sliver_Twist
Bookmarks