[Qt-interest] creating library

Malte Witt malte.witt at sieb-meyer.de
Mon Dec 1 10:49:18 CET 2008


> It is always recommended  to create shared libraries 
well... depends on your needs I would say...

> What to specify in the .pro file
If you want to have full control you can specify 

CONFIG += dll        # if you want a shared library
CONFIG += staticlib  # if you want a static library

"dll" should be the default though (at least if you have Qt compiled as 
shared libs).

Regards,
Malte






More information about the Qt-interest-old mailing list