博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
QT错误笔记-Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
阅读量:6830 次
发布时间:2019-06-26

本文共 513 字,大约阅读时间需要 1 分钟。

上午在linux环境下,使用QT编译一段C++代码,出现下列错误:

最近在stackoverflow上找到了答案:

i was also having the same problem so what i did is

For linux

sudo apt-get install g++ sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev

and then closed the qt creator and restarted it and it worked

i do not know which of the above two made it work but it worked !!

For Windows

Below given solution have worked for few people. so it is worth a try.

Delete this file C:\Users\AppData\Roaming\QtProject\qtcreator\toolchains.xml to solve the problem.

原文:

转载地址:http://ojnkl.baihongyu.com/

你可能感兴趣的文章
mysql小数数据类型
查看>>
js判断input输入保留正整数和两位小数实现方法
查看>>
redisson学习示例
查看>>
升级到 PHP 7.0
查看>>
ITSM--IT服务管理注意细则
查看>>
JAVA中使用代码创建多数据源,并实现动态切换(一)
查看>>
create instance 生成创建虚拟机从nova到调用libvirt流程(pycharm debug):
查看>>
python第二阶段第二天,函数的作用域
查看>>
浅谈MySQL Sharding分片技术
查看>>
php安装
查看>>
linux之ls命令
查看>>
json框架
查看>>
apache启动报错(98)Address already in use: make_sock: could not bind to address [::]:80
查看>>
我的友情链接
查看>>
shorewall 企业防火墙的完美实现
查看>>
nginx反向代理负载均衡
查看>>
CentOS 7中没有ifconfig命令,而且不能发现eth0
查看>>
GCC内嵌汇编语法
查看>>
从1,2,3,4,5,6,7,8,9选出m位求巧妙平方数
查看>>
我说,菜鸟(创业篇)
查看>>