简体   繁体   English

Qt Creator:无法启动进程“”

[英]Qt Creator: Could not start process “”

faced with an issue during qt creator using (re-build action): 在Qt创建者使用(重建操作)期间遇到问题:

Running steps for project algolist... Could not start process "" clean Error while building/deploying project algolist (kit: MSVC2015) 正在运行项目算法列表的步骤...无法启动进程“” clean生成/部署项目算法列表时出错(工具包:MSVC2015)

Environment settings: 环境设置:

  1. QtCreator 3.5.1 QtCreator 3.5.1
  2. Windows 10 (and SDK forWin10) Windows 10(和SDK for Win10)
  3. visual c++ compiler with libraries version 19 具有库版本19的可视c ++编译器
  4. I do not use any qt libraries in a project, and havew an installed qt kit just for qmake support (qmake is a build tool for my project) 我没有在项目中使用任何qt库,只是为了支持qmake而安装了qt工具包(qmake是我的项目的构建工具)
  5. all compiler's settings are manual via INCLUDE/LIB/PATH. 所有编译器的设置都是通过INCLUDE / LIB / PATH手动设置的。 and this configuration works on my other machine, can't find a differences and the message above doesn't look informative, could you someone explain me please what this mean ? 并且此配置可在我的另一台计算机上使用,找不到差异,并且上面的消息看起来不具有信息性,您能向我解释一下这是什么意思吗? thanks 谢谢

as fas as I use manual compiler configuration , I had to specify nmake path there as well. 正如我使用手动编译器配置那样,我也必须在其中指定nmake路径。 so this fix in compiler config fixed my problem sorry for my inattention 所以在编译器配置中的此修复解决了我的问题,对不起我的注意力

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM