RE: Working Qt4 with win32-msvc.net

Andreas Hausladen <[email protected]> Thu, 30 Jun 2005 23:42:21 +0200
Newsgroups gmane.comp.kde.devel.cygwin
Message-ID <[email protected]>
>Yes, me too, I did "configure.exe -platform win32-g++", then unpacked the
>two zipfiles and then I called "nmake" which did the rest. Except for the
>linker errors on rcc, uic and QtGUI ("undefined symbol '_uncompress' etc.)
>which I fixed by uncommenting that line.

I found a solution for that #win32: that works without changing the .pro file.
You must add the following line to mkspecs/win32-msvc/qmake.conf

QT_CONFIG		+= zlib qt-zlib qt-libpng qt-libjpeg

Then recreate all makefiles.


Regards,

Andreas Hausladen