记录一次头痛的Qt 5报错(Error while building/deploying project myspflashwindow2 (kit: Desktop Qt 5.10.1 MinGW)

记录一次头痛的Qt 5报错

报错内容如下:

qtcreator_ctrlc_stub: Command line failed: D:\Qt\QtProject\myspflashwindow2 qmake_all 21:13:46: 进程"D:\Qt\QtProject\myspflashwindow2"退出,退出代码 -1 。 
Error while building/deploying project myspflashwindow2 (kit: Desktop Qt 5.10.1 MinGW 32bit) When executing step "qmake"

当报该错时,注意应把包括以下文件都删除掉。

 debug
 release
 .qmake.stash 
 ​
 Makefile
 Makefile.Debug
 Makefile.Release
 ​
 myspflashwindow2.pro.user

在项目配置中不要勾选 Shadow build!

然后重新构建即可,不用 qmake(构建目录中最好不要出现中文字符,否则可能也会保错)。

有问题,欢迎私信讨论,谢谢。

你可能感兴趣的:(C++,code,Qt5)