Tuesday, June 24, 2008

How to build QT 4.4 with /MP compiler option

In order to utilize multi-core CPU, we need to use /MP option on Visual Studio compiler.

It can be done by like this,

Replace all "= -nologo" to "= /MP -nologo" in every make* file


No comments: