zoukankan      html  css  js  c++  java
  • QT静态编译

    configure.bat -static -prefix "D:QTSrcmsvc2017_static" -confirm-license -opensource  -debug-and-release -platform win32-msvc

    configure.bat -static -prefix "D:QTSrcmsvc2017_static" -confirm-license -opensource  -debug-and-release -platform win32-msvc -nomake examples -nomake tests -opengl desktop -mp
    configure.bat -static -prefix "D:QTSrcmsvc2017_static" -confirm-license -opensource  -debug-and-release -platform win32-msvc -opengl desktop -mp

    configure.bat
    -static //指明是静态编译
    -prefix "D:qt" //指明安装的目录
    -confirm-license -opensource  //指明是开源版本的qt
    -debug-and-release //指明需要debug版和release版,可以单独选择release版
    -platform win32-msvc  //指明使用msvc编译
    -nomake examples -nomake tests  //不编译样例
    -plugin-sql-sqlite -plugin-sql-odbc -qt-zlib -qt-libpng -qt-libjpeg //可选插件
    -opengl desktop
    -mp //多核编译

  • 相关阅读:
    SpringBoot打jar包以及打成war包 (springboot2.0)
    学习软件开发的心得
    SQA计划
    继续冲吧
    别跑了,看看脚下有木有money
    springIOC的那些事
    ssm
    scrum 第二次冲刺
    云医院
    团队项目开发总结
  • 原文地址:https://www.cnblogs.com/zhoug2020/p/13552181.html
Copyright © 2011-2022 走看看