I guess the question is about building a shared library. Assuming you know what qmake is, you have to create a qmake project with such settings:
qmake Code:
TEMPLATE=lib CONFIG+=dllTo copy to clipboard, switch view to plain text mode
I guess the question is about building a shared library. Assuming you know what qmake is, you have to create a qmake project with such settings:
qmake Code:
TEMPLATE=lib CONFIG+=dllTo copy to clipboard, switch view to plain text mode
hmmm. I've got my main function in one file and all the functions that are used by main in another file .cpp and of course the header file
How do you do it in C++ ??
#include....
Same is with Qt...Qt is C++ based,,,
Bookmarks