记录命令行编译过程:
在下载的 qt msvc source 文件中拉起 vs x86 native tools command,输入
configure -confirm-license -opensource -static -static-runtime -debug-and-release -mp -nomake examples -nomake tests -skip qtwebengine -silent -prefix "..\msvc2019_x86_static"
上面命令行运行结束后,输入 jom 和 jom install
标签:x86,编译,static,msvc,jom,qt From: https://www.cnblogs.com/strive-sun/p/16969794.html