今天在新建Qt工程时遇到的错误:

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

    发现是因为我在构建工程的时候选择了多个【构建套件Kit】,比如MSVC 2013, MSVC2015等等,而直接build的话电脑不知道要选择哪一个。而我的电脑装的是VS 2017,所以这时候要选择的应该是VS 2017。

    解决:如下图所示,点击左下角的debug弹出Kit的选择框,选择MSVC 2017进行编译,后单击debug即可。

Qt编译C++文件时无法确定“make”指令解决方法

Qt编译C++文件时无法确定“make”指令解决方法

相关文章:

  • 2022-12-23
  • 2022-01-12
  • 2021-11-19
  • 2021-11-01
  • 2021-05-01
  • 2021-12-10
  • 2021-06-29
  • 2021-11-27
猜你喜欢
  • 2021-07-24
  • 2021-05-25
  • 2022-01-10
  • 2021-08-29
  • 2021-07-18
  • 2021-08-21
  • 2021-05-12
相关资源
相似解决方案