PDA

View Full Version : how to create DLL in Qt on window platform



gauravg
18th October 2011, 05:03
hi all
pls temm me how to create dll in Qt and shared with Application as in MFC.


thanks with regards;
gauravg

Spitfire
18th October 2011, 09:33
To build project as a library add
TEMPLATE = lib in your *.cpp file.

Besides that - Google or search this forum, there's plenty of answers.