Get Static Qt
-
Officially, Qt is not distributed statically linked.
As Luca said, you need to build it yourself, and you can read more about that "here":http://doc.qt.nokia.com/4.6/deployment.html , including specific notes for each platform.
-
[quote author="szh1" date="1282824894"]Thanks. If I use the LGPL version of Qt, can I legally compile my Qt application statically?[/quote]
Better is not to use LGPL Qt library statically linked.
-
[quote author="szh1" date="1282828875"]Do I have to pay to get it GPL?[/quote]
No, GPL is free for use as LGPL. GPL is more restrictive license than LGPL.
-
[quote author="Denis Kormalev" date="1282829269"]
No, GPL is free for use as LGPL. GPL is more restrictive license than LGPL.[/quote]Yes, both are free for use. The main difference between them is that with the GPL license your application must be GPL too.
-
Read this post: "Qt: Making the right licensing decision":http://blog.qt.nokia.com/2009/11/30/qt-making-the-right-licensing-decision/ and also the comments by Cristy Hamley. A very good differentiation between static and dynamic linking is presented.