QT4.6.0的完整编译命令与编译时间


configure -release -qt-zlib -qt-libpng -qt-libjpeg -qt-libtiff -qt-sql-sqlite -qt-sql-odbc -plugin-sql-sqlite -plugin-sql-odbc -qt-style-plastique -no-dsp -no-vcproj -no-qt3support
我的IBM x61 4GB内存 笔记本编译使用了2个小时。算比较快的了。

最好编译成release 和debug两种版本,用下面confiure参数

configure -debug-and-release -qt-zlib -qt-libpng -qt-libjpeg -qt-libtiff -qt-sql-sqlite -qt-sql-odbc -plugin-sql-sqlite -plugin-sql-odbc -qt-style-plastique -no-dsp -no-vcproj -no-qt3support

相关内容