On Thu, Sep 16, 2010 at 02:49:37PM +0100, Paul Smith wrote: > >> 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 still have some doubts. Could you point me to the menu entries and/or files that need to be changed? I'd really like to see that in action as I don't think it's easy to implement, if possible at all. > >> 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? A Qt4 console application uses libQtCore. If you don't want to link to that dynamically you need a static build of Qt. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
