Compile static version of Qt and wiki tutorial
Hi
I need to compile Qt in static version. I have the last Qt Creator package 1.1.1 (Qt lirbary version 4.7.3 and Qt Creator 2.2) and I'm running under Windows 7 64 bit.
I tried to follow the instruction found here:
http://www.qtcentre.org/wiki/index.p..._Qt_on_Windows
but regardint e section "Qt Creator users and Qt >= 4.6 " I don't find the path for file "<QTDIR>\qmake\Makefile.win32" where to chenage the FLAG option. Is this tutorial "updated" for the new version of Qt package?
Thank you
Re: Compile static version of Qt and wiki tutorial
Hi
I can't find also the "configure" tool, it seem it is no present into the qt installation package.
Help please...
Re: Compile static version of Qt and wiki tutorial
configure is part of Qt source files (and those are not installed by default when you install the SDK), you need to use the update tool or download the sources from here
//And about static build - check the LGPL license about restrictions and see if it's good for you or you must use the (already built) dynamic Qt libraries
Re: Compile static version of Qt and wiki tutorial
Hi
Thank you for your reply. Using update tool I can not see any way for install source and configure tool, can you tell me the right procedure for it?
Regarding license I'm working in a open source application, compile with static library is only a way for have a single precompiled binary exe that doesn't need to have the all the required dll to distrbute with.
Re: Compile static version of Qt and wiki tutorial
You can download the sources from the link i gave you in my previous post.
Re: Compile static version of Qt and wiki tutorial
OK, I'll try, thank you for your help