首页 > 系统服务 > 详细

“Could not determine which "make" command to run. Check the "make" step in the build configuration.” 在Linux下 Qt图形库出错解决

时间:2021-06-06 22:33:55      阅读:57      评论:0      收藏:0      [点我收藏+]

下面分成三步走:

第一步:先考虑环境的问题,确保自己的Linux系统安装了GCC编译环境,可以打开终端窗口进行安装

sudo apt install cmake g++  

第二步:选择Tools->options,开Kits列表框中,确保选中的是GCC

技术分享图片

第三步:在Qt Versions中,确保选择的是环境中qmake这一项

技术分享图片
笔者不做Android 开发,所以上面感叹号的地方不用配置。

“Could not determine which "make" command to run. Check the "make" step in the build configuration.” 在Linux下 Qt图形库出错解决

原文:https://www.cnblogs.com/habit2021/p/14856269.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!