Qt 6.11 is out! See what's new in the release
blog
Qt 5.1.0 Staticbuild under windows mingw32
General and Desktop
3
Posts
3
Posters
1.1k
Views
1
Watching
-
Hello!
Please give me link to full tutorial about how build new Qt staticly under windows. -
@
configure -static -qt-libjpeg -qt-zlib -qt-libtiff -qt-libmng [other options]
make -j
@And wait a bit.
-
In addition to sierdzio's posted command line you find probably the most recent information in "this post.":http://qt-project.org/forums/viewthread/30968/ You find besides the outside link also links to wiki information.