“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”

简介: “Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”

“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”

在Qt Creator运行Qt项目时出现了这个错误。

在https://stackoverflow.com/questions/44838817/could-not-determine-which-make-command-to-run-check-the-make-step-in-the-b

找到了解决方法。

You can set the compiler path here: Tools > Options > Build & Run > Kits. Select the kit displayed and select a valid compiler.

工具> 选项>构建和运行>构建套件(Kit)

 

就是编译器选项里 要选择一个编译器。

相关文章
|
Linux
linux系统中QT里面的视频播放器的实现方法
linux系统中QT里面的视频播放器的实现方法
574 0
【QT】创建、打开QT项目只显示.pro文件的问题解决
【QT】创建、打开QT项目只显示.pro文件的问题解决
4390 0
|
机器学习/深度学习 自然语言处理 索引
深度学习:Self-Attention与Multi-heads Attention详解
深度学习:Self-Attention与Multi-heads Attention详解
851 0
深度学习:Self-Attention与Multi-heads Attention详解
|
存储 Cloud Native Linux
QtCreator中三种不同编译版本 debug、release、profile 的区别
QtCreator中三种不同编译版本 debug、release、profile 的区别
在某龙芯平台上编译FFMPEG报错:ERROR: xxx not found using pkg-config
在某龙芯平台上编译FFMPEG报错:ERROR: xxx not found using pkg-config
746 0
|
缓存 网络协议 Ubuntu
Linux基础命令---nfsstat显示nfs状态
nfsstat nfsstat指令用来显示nfs客户端和服务器的活动信息。 此命令的适用范围:RedHat、RHEL、Ubuntu、CentOS、Fedora。 1、语法 nfsstat [选项] 2、参数列表 -s | --server 只显示服务器信息,默...
7285 0
|
7月前
|
运维 监控 Kubernetes
高并发来了,运维别慌:如何优化运维流程,才能稳住阵脚?
高并发来了,运维别慌:如何优化运维流程,才能稳住阵脚?
221 4
|
编译器 C++ Windows
QT5构建套件检测不到MSVC2017解决方法
QT5构建套件检测不到MSVC2017解决方法
3334 0
|
Java 编译器 程序员
JVM常见面试题(一):JVM是什么、由哪些部分组成、运行流程是什么,JDK、JRE、JVM的联系与区别
JVM常见面试题(一):JVM是什么、由哪些部分组成、运行流程是什么,JDK、JRE、JVM的联系与区别
JVM常见面试题(一):JVM是什么、由哪些部分组成、运行流程是什么,JDK、JRE、JVM的联系与区别
|
编译器 C语言 计算机视觉
Qt+OpenCV配置教程(图解亲测)
Qt+OpenCV配置教程(图解亲测)
3362 0
Qt+OpenCV配置教程(图解亲测)