- 下载并安装msys2-x86_64-20221028.exe。
- 打开msys2命令行,使用pacman -S命令安装toolchain、python、perl、ruby、dbus-c++、egl-header、icu。
- [mingw32启动python出错需要] github下载api-ms-win-core-path-blender-0.3.1.zip,解压后拷贝到/mingw32/bin目录。
- 下载qt-everywhere-opensource-src-5.15.12.zip并解压到C盘根目录。
- [make install出错需要] 修改C:\qt-everywhere-src-5.15.12\qtmultimedia\src\plugins\plugins.pro第38行,去掉qtConfig(wmf): SUBDIRS += wmf。
- 打开mingw32命令行,为/mingw32/bin/mingw32-make创建名为make的符号链接
-
ln -s /mingw32/bin/mingw32-make.exe /mingw32/bin/make.exe
- 运行qt配置
-
./configure -platform win32-g++ -prefix /c/Qt/5.15.12/mingw32 -opensource -confirm-license -nomake examples -nomake tests -skip qtwebengine -skip qtdeclarative -skip qtconnectivity
编译
-
make -j4
安装
-
make install
- 下载qtcreator5.0.3,配置qmake、gcc、g++、gdb路径即可。
windows7 msys2 mingw32 gcc13.2.0编译qt5.15.12(不含qtwebengine、qtdeclarative、qtconnectivity)
最新推荐文章于 2025-07-01 15:00:22 发布