On Thursday 16 September 2010 13:11:35 ext Paul Smith wrote: > Dear All, > > I would like to compile my programs with ALL necessary libraries > statically linked.
[Why?] > With KDevelop, there is an option "All static libraries" to do that > automatically; It changes the project files to add linker instructions to use static instead of dynamic libraries? > I cannot find a similar option in QtCreator. You need a static build of Qt to start with, then in the .pro use e.g. the LIBS variable to directly include the .a files. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
