PDA

View Full Version : Building static Qt on Windows



aguleo
24th May 2013, 12:02
Hi
I was looking at this Wiki: http://www.qtcentre.org/wiki/index.php?title=Building_static_Qt_on_Windows
Where exactly do i execute the MinGW commands?

Wolf900
29th May 2013, 09:00
I think that Qt command prompt should be used. In any case, your Path environmental variable should contain appropriate variables. For 5.0.2, in the Start menu, you can go to Qt 5.0.2 -> 5.0.2 -> MinGW 4.7 -> Qt 5.0.2 for Desktop (MinGW 4.7). I'm sure you'll find it.

This executes a command

C:\Windows\System32\cmd.exe /A /Q /K C:\Qt\Qt5.0.2\5.0.2\mingw47_32\bin\qtenv2.bat

Hope that helps