How to build Qt 4.2.2 with Visual Studio .Net 2003.
Adapted from qt4 under .net build notes
Contents
Source Code
Download the Qt 4.2.2 source code at: http://www.trolltech.com/developer/downloads/qt/windows (qt-win-opensource-src-4.2.2.zip)
Unpack the files in:
C:\qt
Patch
Download the Qt 4.2.2 patch at: http://sourceforge.net/forum/forum.php?forum_id=621821 (acs-4.2.2-patch1.zip)
Unpack the files in:
C:\qt\qt-win-opensource-src-4.2.2
Execute:
C:\qt\qt-win-opensource-src-4.2.2>installpatch42.bat
Building
Execute in the directory that was been unpacking:
C:\qt\qt-win-opensource-src-4.2.2>vcvars32.bat
Note: the path to vcvars32.bat must be specified. Usually it is:
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
Execute:
C:\qt\qt-win-opensource-src-4.2.2>qconfigure.bat msvc.net
Execute:
C:\qt\qt-win-opensource-src-4.2.2>nmake