[Qt-interest] building static executables

Chris Burke cburke at ics.com
Thu Jun 4 18:22:29 CEST 2009


You must build Qt statically. When you compile your application using 
the static Qt libs, you will get a static executable. No options need to 
be provided to the compilation of the executable to get this to happen.

chris burke
phone: 617-621-0060 x195
email: cburke at ics.com
skype: chris.burke0



Lorenzo Bettini wrote:
> Hi
>
> If I need to build a static executable, completely static, is it just a 
> matter of adding
>
> CONFIG += static
>
> or should I have a version of qt itself built statically?
>
> thanks in advance
> 	Lorenzo
>
>   



More information about the Qt-interest-old mailing list