I downloaded the latest open source version of QT4-and its installed in
c:\qt\2009.04. I've also downloaded the QT4 Visual Studio add-in 1.1.0. To use it with VS 2005: open the VisualStudio 2005 Command Prompt. - Change directory
to the Qt SDK installation folder in the Command Prompt. Usually it
would be of the form "c:\qt\2009.04" - Run Configure.exe to target platform win32-msvc2005. You can simply run by typing configure or using other options. For example: c:\qt\2009.04 \configure -no-sql-sqlite -no-qt3support -no-opengl -platform win32-msvc2005 -no-libtiff -no-dbus -no-phonon -no-phonon-backend -no-webkit
- Build Qt for use with Visual Studio 2008 by typing nmake - Configure and nmake will take time, be patient enough. - Once completed, Qt SDK is ready for Visual Studio 2005. Referenceshttp://www.youtube.com/watch?v=ILBYNde225Y http://geeks.netindonesia.net/blogs/risman/archive/2009/04/02/qt-4-5-with-visual-studio-2008-vc-express.aspx http://stackoverflow.com/questions/1647469/nokia-qt-4-for-visual-studio-2005-and-visual-studio-2008 |