Qt 4.7.4 in Visual Studio 2005
-
I downloaded the addin for Qt in VS and I get the "Qt in the given path was built using minGW" error when I try to specify the path to Qt4. I found the documentation online to use the command line but commands like configure and nmake/ make didn't work.
What do I do?
Thanks
-
[quote author="Hostel" date="1317939670"]I think that you downloaded a Qt for Windows minGW - try download and install Qt for Windows VS 2008.[/quote]
He needs 2005, not 2008. If 2005 is in the contribution, you can install it via the SDK instaƶller, otherwise you have to build it by hand.
-
so I just have to download the new set of libraries, correct?
and how would I build them by hand?
-
As it looks now, you have to do the compliation for VS2005. Only the compiled libs are supported from "here":http://qt.nokia.com/downloads/downloads#qt-lib
You can download "this source":http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.4.zip
You need to configure and start the compilation through the command prompt started out of vs2005 (see under tools there). -
Here are the guidelines for "compilation on windows":http://developer.qt.nokia.com/doc/qt-4.7/install-win.html#id-20424804-3a5b-432e-ae72-67ce15972c68