“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)
就是编译器选项里 要选择一个编译器。