Which platform? What do you mean by statically? Without libstdc++ dependency?
Generally, to avoid Qt dependencies, use CONFIG -= qt in the pro file (assuming this is a qmake project). - Orgad On Wed, Jan 16, 2013 at 3:10 PM, Duane <[email protected]> wrote: > I am building a small app that doesn't use Qt. I create it with new > projects as a straight c++ app. When I run it, How can I build this > statically? > > The only things that I find are how to build Qt as a static > library but I'm not actually using Qt for this one. > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
