当你在使用 Qt Creator 时遇到错误提示 “:-1: error: qt creator needs a compiler set up to build. configure a compiler”,这意味着 Qt Creator 没有检测到有效的编译器配置。以下是解决这个问题的步骤: 确认Qt Creator 已正确安装: 确保你已经正确安装了 Qt Creator。你可以通过启动 Qt Creator 并查看其...
Below given solution have worked for few people. so it is worth a try. Delete this fileC:\Users\AppData\Roaming\QtProject\qtcreator\toolchains.xmlto solve the problem. 原文:https://stackoverflow.com/questions/14700965/qt-creator-needs-a-compiler-set-up-to-build-configure-a-compiler-in-the-...
1.1、debain下安装了Qt5.7 运行异常初次安装Qt5.7 提示无 Qt creator needs a compiler set up to build. Configure a compiler in the kit options,此时需要先安装g++:apt install g++ 运行时候出现cannot find -IGL问题,解决方法如下:apt-get install libgl1-mesa-dev 默认情况下可能无法获取g++等资源,因此需要...
后来发现64位Window是可以兼容32位系统的,所以建议你去下载这个:Qt 5.2.1 for Windows 32-bit (MinGW 4.8, OpenGL, 634 MB) (Info)因为我的电脑上有MinGW没有VS2012
:-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.已经百度很久了,重装系统,,装了其它低版本的QT,或是装G++编译器, 还是装visual studio 都试过了,还是没用,希望大神们帮我解决下,真的是弄了很久,很累了,希望大神帮帮忙! winland0704 武林盟主 14 ...
Qt Creator needs a compiler set up to build. Configure a compiler in the kit options - Stack OverflowQt Creator needs a compiler set up to build. Conf
Qt Creator needs a compiler set up to build. Configure a compiler in the kit options in the kit options". 报错原因:未设置好编译器路径 解决办法:打开“项目”,看到“未命名”套件的“构建”: 由于其Make套件中为设置编译器,所以报错在“项目”选择“管理套件”手动设置zhongjia套件,编译器、调试器、QT...
现将一个电脑上安装多个版本的qtcreator记录如下...dbg_x86.msi)。 4.配置,打开较高版本的qtcreator(qt5.9.7),工具->选项->,配置成如下图所示。 5.配置完成后,在使用qt5.1.1时还会报错LNK1123:转换 Windows系统下 QT Creator报错: Qt Creator needs a compiler set up to build....
1回答 Qt如何添加编译器? 、 可能重复: -1: error: Qt Creator needs a compiler set up to以下是构建和运行->编译器的选项:详细信息: 莱:这些是套件 浏览12提问于2013-01-22得票数 8 回答已采纳 点击加载更多 扫码 添加站长 进交流群 领取专属 10元无门槛券 手把手带您无忧上云 热门标签 更多标签 云...
Qt Creator needs a compiler set up to build Follow the instruction from the previous section to configure compiler for Qt Creator. error: g++: Command not found Solution: sudoapt-getinstallbuild-essential error: GL/gl.h: No such file or directory ...