-
Notifications
You must be signed in to change notification settings - Fork 1
Download an Compile Qt Libraries
mad-engineer edited this page Jan 13, 2012
·
5 revisions
Following this tutorial you should:
Unfortunately Qt 4.8.0 has introduced several bugs 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