Error while parsing file /*.pro. Giving up

Could not find qmake configuration file default. 
分析文件E:/QPlot/QPlot.pro时发生错误,放弃中。 
(Error while parsing file /*.pro. Giving up.)

还是Google给力,找到其他人的解决方法。 
I assume it will work as you expect if you go to “Tools” -> “Options…” -> “Build & Run” -> “Kits” and make a Qt-5-based kit the default. 
(选择auto-detected的那个kits,点击按键“make default”即可。)

config  +=qt  能解决问题

时间: 2024-10-14 23:50:59

Error while parsing file /*.pro. Giving up的相关文章

Spring mvc 中使用ftl引用共通文件出错 FreeMarker template error: Error reading included file "/WEB-INF/ftl/common/errormessage.ftl"

初次接触spring mvc,想做一个小的练习项目,结果在ftl文件中引用其它的共通ftl文件时出错. 目录结构如图所示,想在login.ftl中引用common下的errormessage.ftl <#include '/WEB-INF/ftl/common/errormessage.ftl' /> 结果画面报错: FreeMarker template error: Error reading included file "/WEB-INF/ftl/common/errormes

vue报错 Module not found: Error: Cannot resolve &#39;file&#39; or &#39;directory&#39;

炸了,我好写sell而组件,直接就用了,我的天哪 看你的写了吗,就用: Module not found: Error: Cannot resolve 'file' or 'directory' 页另一种错误,按这种情况我没遇到:http://www.mamicode.com/info-detail-1564042.html vue报错 Module not found: Error: Cannot resolve 'file' or 'directory'

error opening trace file: No such file or directory (2)

1.问题描述: 运行报错: 12-25 13:35:32.286: E/Trace(1202): error opening trace file: No such file or directory (2) 注:虽然报错,但程序仍然能运行..... 2.问题分析: (1)网上的一些说法: 很多人在编写Android代码的时候都会遇到这个错误,按照字面翻译是“没有这类文件或者是目录”很多人不解为什么系统会提示这样的错误呢?明明就有啊.其实系统是找不到文件或者是目录! 很多人在写了很多class文

Error writing temporary file. Make sure your temp folder is valid

NSIS Error:Error writing temporary file. Make sure your temp folder is valid的解决 老婆用了自己的WIN7系统一段时间之后,一直说系统越来越慢,让我帮她重装系统.好吧,那就重装命令呗.幸好我当时给她安装完WIN7之后用GHOST备份了一下.关机,GHOST,等待6分钟...OK,安装完毕.接着就是安装必备软件了,什么360啊,QQ啊,搜狗输入法啊.但是问题来了,不管我安装什么软件,总是报“NSIS Error: "Err

error in config file &quot;/etc/rabbitmq/rabbitmq.config&quot;

记录一次RabbitMQ配置文件配置错误 error信息: [email protected]:/usr/share/doc/rabbitmq-server$ sudo /usr/lib/rabbitmq/bin/rabbitmq-server {"could not start kernel pid",application_controller,"error in config file \"/etc/rabbitmq/rabbitmq.config\"

怎样处理“error C2220: warning treated as error - no object file generated”错误

最近用VS2010 编译ceflib开源库是出现"怎样处理"error C2220: warning treated as error - no object file generated"错误" 产生原因为:有些Project编译选项中,Treat Warnings As Errors(把警告看作错误来处理)选项开启了. 只要把此选项关闭,就可以正常编译了. 在Solution中,选择libMXF工程,右键菜单中选择"Properties".弹

ORA-01565: error in identifying file &#39;+DATA/ORACLE/spfileORACLE.ora&#39;

操作系统为suse11sp3_x86_64位,数据库为11204. 不小心修改了RAC目录及子目录的权限,资源启动后发现两个节点数据库都未启动,如下: jason1:/u01/app/11.2.0/grid/bin # ./crsctl stat res -t -------------------------------------------------------------------------------- NAME           TARGET  STATE        SE

编译resin时出现error: newly created file is older than distributed files!

# ./configure --prefix=/usr/local/resin --with-java=/usr/local/src/jdk1.8.0_65/checking build system type... i686-redhat-linux-gnuchecking host system type... i686-redhat-linux-gnuchecking target system type... i686-redhat-linux-gnuchecking for a BSD

error opening trace file: No such file or directory (2)错误解决方法

在练习项目的时候报错    error opening trace file: No such file or directory (2)字面意思是找不到文件,实际上也就是找不到文件,查了其他人的解决方法后还是没解决.突然想到新版本的创建布局文件的时候都有两个一个是文件名命名的xml布局文件另一个是,如上图示,当不与java代码交互的时候布局文件写入fragment_main.xml显示没问题,当涉及到与java代码交互时必须放到activity_main.xml中,否则就会抱错,然后程序意外停