Windows QT6.0 mingw8.1静态编译

环境:
QT6.0
Python3.9.1
Perl
说明:Python和Perl必不可少.安装完毕后环境变量PATH里面必须增加路径.
最好是采用XXXX --version查看版本测试

QT6.0需要源码和mingw8.1

D:\Qt\6.0.1\mingw81_64-static为静态编译后的安装路径

配置如下:

configure -platform win32-g++ -nomake examples -static -static-runtime -release -prefix D:\Qt\6.0.1\mingw81_64-static -nomake tests

你可能感兴趣的:(Windows,QT6)