QT Opensource patch for Visual Studio
Instruction
Download QT open source for win32
Download QT patch
Unzip them
Use MSVC command prompt
set QTDIR=%SOMEWHERE%
run patch
qconfigure.bat msvc2005 %OTHER OPTIONS%
follow the screen instruction
To build solution project file
set PATH=%PATH%;%QTDIR%/bin
set QMAKESPEC=win32-msvc2005
qmake -project -t vcapp
qmake
No comments:
Post a Comment