安装以下依赖,查看版本号确认安装完成:
Perl version 5.12 or late
Python version 2.7 or later(尽量使用python2)
Ruby version 1.9.3 or later
1.打开 x86 Native Tools Command Prompt for VS 2022
2.设置使用的工具集v141
2.1移动到 vcvarsall.bat目录下 C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build
2.2 执行 vcvarsall.bat -vcvars_ver=14.1
3.编译qt
3.1移动到qt源码目录
3.2配置qt: configure.bat -static -release -platform win32-msvc -prefix D:\00BuildTool\qt\Qt5.15.2-static-win-xp -opensource -confirm-license -nomake examples -nomake tests -skip qtwebengine
3.3 编译及安装 nmake&nmake install