Qt-interest Archive, December 2006
Windows compiling
Message 1 in thread
Is it possible now, with Qt 4, to setup a Windows compile environment
where you can use things like ./configure and GNU make? Can you use
msys with mingw and Qt to do it?
--
[ signature omitted ]
Message 2 in thread
On 15.12.06 04:06:40, Brad Pepers wrote:
> Is it possible now, with Qt 4, to setup a Windows compile environment
> where you can use things like ./configure and GNU make?
Qt4 compiles with mingw, yes. However Qt4 doesn't provide anything
except qmake to build your own applications. qmake uses mingw's make +
Makefiles when using mingw and it creates VS projects when used with
Visual Studio.
Andreas
--
[ signature omitted ]
Message 3 in thread
"Brad Pepers" <brad@xxxxxxxxxxxxxxx> wrote in message
news:458281C0.5080808@xxxxxxxxxxxxxxxxxx
> Is it possible now, with Qt 4, to setup a Windows compile environment
> where you can use things like ./configure and GNU make? Can you use
> msys with mingw and Qt to do it?
qmake can generate mingw32-make compatible makefiles (set the QMAKESPEC to
win32-g++).
However, do not use msys. When "sh.exe" is in the path, then mingw32-make
starts behaving differently and the makefiles generated by qmake will no
longer work (slashing will be wrong).
Volker
--
[ signature omitted ]