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编译 qt 打包 0 人点赞 上一篇:分享雷军22年前编写的代码