0
点赞
收藏
分享

微信扫一扫

Qt5.9.9编译指令收集

福福福福福福福福福 2022-03-11 阅读 47
qt
  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 条评论