首页QT › Qt 5.10.1 & vs2017 静态编译

Qt 5.10.1 & vs2017 静态编译

  • 2018-03-05

准备:

1、源代码&编译器

2、编译环境(add to path)

编译:

1、mkspecs

将Qt源代码路径下面 qtbase\mkspecs\common\msvc-desktop.conf 的以下几行:

修改为:

2、configure

开始 -> Visual Studio 2017 -> x86 Native Tools Command Prompt for VS 2017 或者 x64 Native Tools Command Prompt for VS 2017

3、nmake & nmake install

3、jom

( 优化并行编译的工具替代nmake;nmake在configure时也可以指定-mp参数进行多线程编译 )

4、qt.conf

[问题]:添加静态编译的Qt版本,工具->选项->构建和运行->Qt Versions->添加->,此时出现错误
[错误]:qt没有被正确的安装,请运行make install
[解决办法]:在qmake.exe同一文件夹下,创建一个qt.conf文件(必须为ANSI格式)

1 条评论。[ 发表评论 ]

  1. fue

    […]although internet sites we backlink to beneath are considerably not related to ours, we really feel they are in fact really worth a go by, so have a look[…]

发表评论