Sunday, October 10, 2010

Qt 4.7 partial rebuild took nearly 7h

Lately, I downloaded the latest Qt 4.7 for VS2008 from Nokia website. And found out that I have to rebuilt it statically in order to avoid loading Qt dlls. Since I need webkit and image support, I put down the following commands and wanted to get it ready after a coffee break:

C:\Qt\4.7.0>configure -static -qt-sql-sqlite -no-qt3support -no-opengl -platform win32-msvc2008 -no-dbus -no-phonon -no-phonon-backend -webkit -qt-libjpeg -no-mmx -no-openssl -qt-gif -qt-libpng -no-3dnow -qt-libtiff -multimedia -audio-backend

..
I got the partial rebuilt done in 7 h on my lenovo T61. It has built release and debug versions of above mentioned library.

No comments:

Post a Comment