当你在使用 Qt Creator 时遇到错误提示 “:-1: error: qt creator needs a compiler set up to build. configure a compiler”,这意味着 Qt Creator 没有检测到有效的编译器配置。以下是解决这个问题的步骤: 确认Qt Creator 已正确安装: 确保你已经正确安装了 Qt Creator。你可以通过启动 Qt Creator 并查看其...
Windows64位平台QtCreator报错: "QtCreatorneedsacompilersetuptobuild.Configureacompilerinthekitoptions".报错原因:未设置好编译器路径解决办法: 打开“项目”,看到“未命名”套件的“构建 qt creator报错error while building deploying project deploying project。 还可能出现如下提示qtcreatorneedsatool chainsetuptobuil...
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++等资源,因此需要...
Qt 5.2.1 for Windows 64-bit (VS 2012, 556 MB) (Info)但是由于电脑没有VS 2012,所以出现这个问题。后来发现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
Open a terminal and execute the following command to install the full runtime files for the generic font configuration library: sudo apt-get install libfontconfig1 1. Configure a compiler LaunchQt Creator. Go toTools > Options. ClickBuild & Runand select tabKit. Configure a compiler if it is...
Windows系统下 QT Creator报错: Qt Creator needs a compiler set up to build. kit options. 提供一解决方案 在安装好QT之后,我遇到了上述报错,废了很大周折才解决掉,也在CSDN上找了海量的方案都没能解决,在一阵摸索之后,搞定了,本质都是一样,要么未下载编译器,要么未...在装好后QT Creator编译器就会自动...
我的建议是使用MSVC。理由一:qtcreator的debuger有功能缺陷,经常会出现变量无法查看的问题,棘手的bug...