[Qt-creator] making static app under creator

Orgad Shaneh orgads at gmail.com
Wed Jan 16 14:12:22 CET 2013


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 <duane.hebert at group-upc.com> 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
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20130116/8e2fc256/attachment.html>


More information about the Qt-creator mailing list