Qt5.9.9编译指令收集

阅读 47

2022-03-11

  1. mscv 2017编译
    在这里插入图片描述
上图显示是编译 x86机器编译x64 及 x64机器编译x86的环境终端, 加载好各自编译所需要的vs环境了;
cd qt-everywhere-opensource-src-5.9.9
configure -confirm-license -opensource -static -debug-and-release -platform win32-msvc -prefix "D:\Qt\qt5.9.9-x64-x86-static-vs2017" -mp -sql-odbc -qt-sqlite -qt-pcre -qt-zlib -qt-libpng -qt-libjpeg -qt-freetype -qt-harfbuzz -opengl dynamic -qml-debug -nomake tests -no-compile-examples -nomake examples
nmake && nmake install 

精彩评论(0)

0 0 举报