Qt5.3.1 静态编译的configure

Posted zhchoutai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Qt5.3.1 静态编译的configure相关的知识,希望对你有一定的参考价值。

今天最终自己静态编译过了QT5.3.1, 成功用在项目上了, 记录下configure指令.?


configure -confirm-license -opensource -platform win32-msvc2013 -mp -debug-and-release -static -prefix "E:\Qt\5.3.1-static-vs2013" -qt-sql-sqlite -qt-zlib -qt-libpng -qt-libjpeg -opengl desktop -qt-freetype -no-qml-debug -no-angle -nomake tests -nomake examples -skip qtwebkit


当中 -mp 是启用多核编译的开关

以上是关于Qt5.3.1 静态编译的configure的主要内容,如果未能解决你的问题,请参考以下文章