Qt编译报错:The kit Desktop Qt...has configuration issues which might be the root cause for this problem.

报错:
Cannot find file: E:\实验室\20180409_Qt跑马灯\QtTest\QtTest.pro.

17:03:11: 进程"D:\Qt\Qt5.8.0\5.8\msvc2015\bin\qmake.exe"退出,退出代码 2 。

Error while building/deploying project QtTest (kit: Desktop Qt 5.8.0 MSVC2015 32bit)

The kit Desktop Qt 5.8.0 MSVC2015 32bit has configuration issues which might be the root cause for this problem.

When executing step "qmake"

The kit Desktop Qt...has configuration issues which might be the root cause for this problem.When executing step "qmake"

解决方案:
1. 工程名和工程路径不能有中文

2. 修改中文文件夹名称后须将*.pro.user文件删除,然后重新qmake和构建

上一篇:ASP.Net中防止页面刷新重复提交的几种方法


下一篇:ASP.NET防止连续多次点击提交按钮 导致页面重复提交