There is no more needs for apply patch to make QT4 Open Source with MSVC2005
Simply download source zip file and unzip it and configure it with QMAKESPEC
run command prompt from MSVC2005 command prompt
SET QMAKESPEC=win32-msvc2005
cd %QTDIR%
configure
debug-and-release
-qt-sql-odbc (optional)
-qt-sql-sqlite (optional)
-no-qt3support (optional)
nmake sub-src // Build debug and release library
nmake sub-tools release // build release executable for tools
%QTDIR%\bin\qmake -project -t vcapp // make .pro file with template option
%QTDIR%\bin\qmake // make .vcproj file to work with MSVC2005 IDE
Now it's good to go for debug and release
No comments:
Post a Comment