Saturday, October 18, 2008

Compile Open Source Edition QT4.4.3 using Microsoft Visual C++ 2008 Express Edition

It is pretty simple and straight forward to compile open source edition QT4.4.3 using Microsoft Visual C++ 2008 Express Edition

1) Add the following path "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin" into environment variable.

2) cd C:\QT\4.4.3 (Assume you extract out qt-win-opensource-src-4.4.3.zip there)

3) vcvars32.bat

4) configure -platform win32-msvc2008

5) nmake

Done :)

2 comments:

Anonymous said...

is it possible to nmake without examples? it takes very long time to install.

Yan Cheng Cheok said...

Sorry, I never did that, have no idea :P

Followers