Configure and build the source
The script first creates link_includes.exe and configure.exe which are needed for bootstrap the
build process. link_includes copies all relevant Qt headers into the include-directory. configure.exe
is the replacement for the ./configure-script unter Unix/Linux. After that, qmake.exe is build and
the compilation gets started.
c:\source> cd < qt3 source root >
c:\source\qt-3> configure.bat [-fast] [-verbose]
configure knows some of the parameters of the x11 release configure script like -fast
or -verbose.
For a full list see bin\configure.exe -help.
This should build the whole Qt release. If it breaks you can restart compiling with
c:\source\qt-3> mingw32-make [< target >]
for a list of all available targets see the toplevel Makefile