今天最终自己静态编译过了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 是启用多核编译的开关

相关文章:

  • 2022-01-17
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-13
  • 2021-06-23
猜你喜欢
  • 2021-08-22
  • 2021-08-04
  • 2021-05-20
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案