qt source 源码编译

2022-03-07 08:59:23 浏览数 (1)

源码

地址:https://download.qt.io/archive/qt/ 源码使用tag版本,6.0以上版本有cmakelist.txt可以直接cmake编译(但差的三方库比较多),6.0以下的版本,cmakelist.txt在qtbase文件夹中,使用

configure -platform win32-msvc

不加参数,会导致qtConfAdderror错误,如下

在qtbase生成build.ninja文件使用ninja编译

0 人点赞