23:26:32: Could not determine which "make" command to run. Check the "make" step in the build configuration.
Error while building/deploying project HelloWorld (kit: Desktop Qt 5.10.1 MSVC2013 64bit)
When executing step "qmake"
"F:\Qt2\5.10.1\mingw53_32\bin\qmake.exe" F:\Code\新建文件夹\HelloWorld\HelloWorld.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" Cannot find file: F:\Code\新建文件夹\HelloWorld\HelloWorld.pro. 23:54:00: 进程"F:\Qt2\5.10.1\mingw53_32\bin\qmake.exe"退出,退出代码 2 。 Error while building/deploying project HelloWorld (kit: Desktop Qt 5.10.1 MinGW 32bit) When executing step "qmake" 23:54:00: Elapsed time: 00:00.
oWorld.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" Cannot find file: F:\Code\新建文件夹\HelloWorld\HelloWorld.pro. 23:54:00: 进程"F:\Qt2\5.10.1\mingw53_32\bin\qmake.exe"退出,退出代码 2 。 Error while building/deploying project HelloWorld (kit: Desktop Qt 5.10.1 MinGW 32bit) When executing step "qmake" 23:54:00: Elapsed time: 00:00.
1、确保你的编译器配置正确
2、项目所在目录不要包含中文(你这里的路径“F:\Code\新建文件夹\HelloWorld\HelloWorld.pro”显然包含了中文)
1、不要中文路径
2、repair修复一下,有没有什么安装时漏掉的。 卸载重装也可以
我当初下错版本的时候遇到过这个问题,换个版本结果就好了