Skip to content

Download an Compile Qt Libraries

mad-engineer edited this page Jan 13, 2012 · 5 revisions

Download and Compile Qt Libraries

Following this tutorial you should:

Download the Qt Source-Code

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 jom and Qt

Extract qt and jom in the same directories. For Example into: C:\Qt\4.7.4 and C:\Qt\jom

Compile the source code as shared libraries.