error:Qt Creator needs a compiler set up to build.Configure a compiler in the kit options
解决:
缺少编译工具
在终端中输入 sudo apt-get install build-essential
重启电脑就好啦
接着运行Qt项目发现又有如下错误:
解决:在终端输入sudo apt-get install libgl1-mesa-dev
重启电脑,再运行就成功啦
error:Qt Creator needs a compiler set up to build.Configure a compiler in the kit options
解决:
缺少编译工具
在终端中输入 sudo apt-get install build-essential
重启电脑就好啦
接着运行Qt项目发现又有如下错误:
解决:在终端输入sudo apt-get install libgl1-mesa-dev
重启电脑,再运行就成功啦