Thanks to all for all replies. >> I would like to compile my programs with ALL necessary libraries >> statically linked. > > [Why?]
To work on any Linux machine. >> 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 guess so. >> 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. Is that true even when I use a 'Qt4 console application' project? Paul _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
