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
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to