[HelpOnLanguages] [TitleIndex] [WordIndex]

Qt4Vc7

How to build Qt 4.2.2 with Visual Studio .Net 2003.

Adapted from qt4 under .net build notes

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 

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 

2014-08-13 10:45