[Development] Use static qt libraries
song.7.liu at nokia.com
song.7.liu at nokia.com
Mon Jul 23 15:56:51 CEST 2012
Hi,
To use the static qt libraries, now I can build out all the libQtCore.a , libQtGui.a , libQtWidgets.a etc with option -static.
Also I can create a new shared object libQtMaster.so which is composed of all of above static objects (libQtXXX.a),
then I want my Qt application be dynamic linked with this libQtMain.so by:
QT += master
so how to create this new QT module "master" that can be used from the .pro files ?
Thanks,
Song
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120723/dec432ec/attachment.html>
More information about the Development
mailing list