第一步:先考虑环境的问题,确保自己的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