windows11
Qt 5.14.2
msvc 2017 32bit
软件开发过程中,原来Debug模式下可以正常构建运行,为了打包软件,之后在release模式下构建失败,再改回debug模式下,也构建失败。
操作过程:在原来状态下,为了能打包,配置了一下系统的环境变量,测了一下windeployqt,之后发现release编译不过去,改回debug模式,也编译不过去,之后发现环境变量里用户的环境变量有Qt的路径,把系统的PATH里QT删除了。
错误提示:jom: E:\projects\NewHB\build-HB-MachinesMonitor-Desktop_Qt_5_14_2_MSVC2017_32bit-Debug\Makefile [sub-MainWnd-src-MainWnd-pro-make_first] Error 2
11:44:14: 进程"D:\Qt\Qt5.14.2\Tools\QtCreator\bin\jom.exe"退出,退出代码 2 。
Error while building/deploying project HB-MachinesMonitor (kit: Desktop Qt 5.14.2 MSVC2017 32bit)
The kit Desktop Qt 5.14.2 MSVC2017 32bit has configuration issues which might be the root cause for this problem.
When executing step "Make"
重新配置?