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和构建

原文地址:https://www.cnblogs.com/lixuejian/p/12033150.html

时间: 2024-10-12 07:19:46

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

QT编译报错

前几天我安装了QT(同时也需要安装相应版本的visual studio),但是编译时出现 'cl' 不是内部或外部命令,也不是可运行的程序 或批处理文件 错误,我的电脑是Windows8,解决方法为 1.找到cl.exe的文件目录如C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin 2.右下角-设置-控制面板-系统和安全-系统-更改设置-高级-环境变量 3.找到环境变量path,在其后面添加“;C:\Program Files (

qt creator报错处理积累

1. 在进行qt creator编译qt工程时,报出错误:error while building deploying project. 还可能出现如下提示 qt creator needs a tool chain set up to build. configure a tool chain in projects mode 这种情况出现在我打开过去的工程时,而新建的工程却没有出现这个错误. 下面给出解决方案: 1.在报错工程打开情况下,点击qt creator左侧projects栏 在Ge

Qt & VS2013 报错:There's no Qt version assigned to this project for platform Win32

如果你想了解关于Qt与VS2013开发环境搭建,可以至此翻页. 这里主要分享环境已搭建成功,在构建项目时遇到的报错解决方案. [1]Qt 与 VS2013开发环境构建时报错 报错界面如下: 注意:对话框左上角的Qt Visual Studio Add-in. [2]解决方案 为了更充分的解决问题,分为以下四步进行: 步骤一:检查环境变量 首先,保证Qt安装的路径已添加进环境变量. 步骤二:检查Qt Versions 点击VS2013工具栏中的Qt5子菜单,显示如下界面: 点击Qt Options

android4.4 编译报错,和llvm 有关的

问题描述 最近想看一下android4.4 的source ,但是在编译的过程中遇到了下面的问题,各位大哥帮忙看一下,我实在是搞不定了,网上介绍的关于4.0 的类似的错误修改方法在4.4 上无效,其实错误也不是一样的. 4.0 的错误修改方法: $vi external/llvm/llvm-host-build.mk + LOCAL_LDLIBS := -lpthread -ldl 下面的是4.4 编译报错信息 external/llvm/lib/Transforms/Vectorize/BBV

选iphone5可以正常编译运行 , 但是5s和6和6s都会编译报错

选iphone5可以正常编译运行   但是5s和6和6s都会编译报错 iphone6编译报错iphone5s编译报错 解决办法是,Build settings里面把Architectures里面的$(ARCHS_STANDARD)去掉,加入armv7和armv7s两个.

php编译报错

最近发现MDT推出去的系统的有不同问题,其问题就不说了,主要是策略权限被域继承了.比如我们手动安装的很多东东都是未配置壮态,推的就默认为安全壮态了,今天细找了一下,原来把这个关了就可以了. php编译报错,布布扣,bubuko.com

DVR_RDK编译报错

报错信息: abnormal termination of /opt/dm8168/dvr_rdk/../ti_tools/cgt_dsp/cgt6x_7_3_5//bin/cmp6x make[2]: *** [/opt/dm8168/dvr_rdk/../dvr_rdk/build/dvr_rdk/obj/ti816x-evm/c6xdsp/debug/MAIN_APP_c6xdsp_pe674.oe674] Error 1 make[1]: *** [apps] Error 2 make:

Ubuntu下android studio 编译报错A problem occurred starting process 'command '/Android/Sdk/build-tools/21.1.2/aapt''

此问题在stack  over flow 上找到答案. 原链接地址:http://stackoverflow.com/questions/27589844/android-studio-1-0-2-not-building-appmergedebugresources-error 解决方法: //在终端分别运行下面两条指令,安装lib32stdc++6 和lib32z1 sudo apt-get install lib32stdc++6 sudo apt-get install lib32z1

升级redis3.2.7编译报错“ undefined reference to `clock_gettime'”

由于redis有个紧急的安全漏洞更新所以我升级线上的redis-cluster的版本.编译时报了一个错:" redis-3.2.7/deps/jemalloc/src/nstime.c:120: undefined reference to `clock_gettime' collect2: ld returned 1 exit status make[1]: *** [redis-server] Error 1 make[1]: Leaving directory `redis-3.2.7/s