PDA

View Full Version : How create a dll/ library with Qt



ccosta
2nd November 2009, 21:50
How create a dll/ library with Qt I need documentation....

Boron
2nd November 2009, 22:02
Have a look at the qmake manual in the Qt docs.
There you will find enough info how to configure a qmake project to build a library instead of an executable.