From kde-cygwin Sun Jul 10 20:45:34 2005 From: Andreas Hausladen Date: Sun, 10 Jul 2005 20:45:34 +0000 To: kde-cygwin Subject: Re: [PATCH] Qt4 configure. Message-Id: <42D188EE.7050108 () gmx ! de> X-MARC-Message: https://marc.info/?l=kde-cygwin&m=112102834218969 Hallo, > This is a port of qt-3 configure to build with Qt4. I also did some work in it to generate the files Qt4 needs to build like qconfig.pri, but it's still not working. > I use the original configure.exe called by a batch file. Configure.exe generates nothing mingw related and so I get only three error messages saying that there is no mingw-make.exe which are really fast out of screen because the compiler starts qmake compilation. Furhtermore the bcc32, msvc and msvc.net mkspecs are now complete. http://andy.jgknet.de/oss/qt/cvs_qt4msvc_bcc.zip For bcc32 some source files need a patch because the bcc32.exe does not support the whole Qt code without some minor changes. For example the following code makes problems under bcc32: > void func(QString &value); > ... > func(condition ? QString::fromLatin1("Hallo") : QString()); // reference requires LValue or so. But if I add "(" and ")" it accepts the code > func((condition ? QString::fromLatin1("Hallo") : QString())); WARNING: The mkspecs/win32-msvc.net/qmake.conf is not compatible to Thiago A. Correa's. It must be merged. Regards, Andreas Hausladen _______________________________________________ kde-cygwin mailing list kde-cygwin@kde.org https://mail.kde.org/mailman/listinfo/kde-cygwin