-
Notifications
You must be signed in to change notification settings - Fork 1
Download an Compile Qt Libraries
Following this tutorial you should:
Unfortunately Qt 4.8.0 has introduced several [bugs](https://bugreports.qt.nokia.com/browse1. /QTBUG/fixforversion/11905) in combination with visual studio. So we have to compile the most recent 4.7.X version. The reason for the manual compilation is that no official 4.7.X libraries are offered for visual studio 2010. Only for 2008. The source code for qt 4.7.X can be downloaded here. Download jom jom which offers a easy way to accelerate the compilation process on multi core machines.
Extract qt and jom in the same directories. For Example into: C:\Qt\4.7.4 and C:\Qt\jom
Windows7
Start -> Right Mouse Click on Computer -> Choose Properties in the Context menu -> Properties
Advanced system settings -> Environment Variables ... -> New ...
Add the Path Variable QTDIR = C:\Qt\4.7.4
Add the Visual Studio Specification Variable QMAKESPEC = win32-msvc2010


