PDA

View Full Version : Static build of qt



karlkar
1st August 2013, 05:39
Hello.
I have followed guide at http://qt-project.org/wiki/How_to_build_a_static_Qt_version_for_Windows_with_ gcc
it needed small changes in configure like removal of '-no-exceptions' and adding '-opengl desktop', but finally it ended successfully. My question is... Where the hell is output?! I can't see the bin folder... I got the sources from git. Should I run mingw32-make install ? I use Windows 7 x64

darksun190
1st August 2013, 07:45
mine is in C:\Qt\Qt5.0.2\5.0.2\Src\qtbase\bin
C:\Qt\Qt5.0.2\5.0.2\Src\qtbase\lib
or you can just search qmake.exe in your windows explorer

karlkar
1st August 2013, 16:56
qmake.exe is in D:\qt-git\qt5\qtbase\bin
but it was there from the beginning...

but you are right... it seems to work... Thanks.
I have just one more question. I want to make my app smaller. Is there any way? Now it has 11MB while it is very simple. Any ideas?