Qt Cmake配置没有到C ++编译器集的路径

时间:2017-05-11 07:18:29

标签: c++ qt cmake

我得到的警告是:“ Qt Cmake配置没有到C ++编译器集的路径,即使工具包有一个有效的工具链。

我不知道如何更改CMake配置以使其具有编译器的路径。我确实安装了一个C ++编译器,因为它适用于VS但是Qt似乎遇到了一些问题。

这是警告显示的屏幕截图:https://i.stack.imgur.com/ETET6.jpg

这是我试图运行任何错误的错误:

jom: C:\Users\User\Desktop\inv\build-Invaders-Desktop_Qt_5_8_0_MSVC2015_64bit-Debug\Makefile.Debug [debug\game.obj] Error 1
'cl' is not recognized as an internal or external command,
operable program or batch file.
jom: C:\Users\User\Desktop\inv\build-Invaders-Desktop_Qt_5_8_0_MSVC2015_64bit-Debug\Makefile.Debug [debug\spaceship.obj] Error 1
'cl' is not recognized as an internal or external command,
operable program or batch file.
jom: C:\Users\User\Desktop\inv\build-Invaders-Desktop_Qt_5_8_0_MSVC2015_64bit-Debug\Makefile.Debug [debug\laserbeam.obj] Error 1
'cl' is not recognized as an internal or external command,
operable program or batch file.
'cl' is not recognized as an internal or external command,
operable program or batch file.
jom: C:\Users\User\Desktop\inv\build-Invaders-Desktop_Qt_5_8_0_MSVC2015_64bit-Debug\Makefile.Debug [debug\config.obj] Error 1
jom: C:\Users\User\Desktop\inv\build-Invaders-Desktop_Qt_5_8_0_MSVC2015_64bit-Debug\Makefile.Debug [debug\iofile.obj] Error 1
jom: C:\Users\User\Desktop\inv\build-Invaders-Desktop_Qt_5_8_0_MSVC2015_64bit-Debug\Makefile [debug] Error 2
17:06:30: The process "D:\Qt\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project Invaders (kit: Desktop Qt 5.8.0 MSVC2015_64bit)
The kit Desktop Qt 5.8.0 MSVC2015_64bit has configuration issues which might be the root cause for this problem.
When executing step "Make"

1 个答案:

答案 0 :(得分:1)

运行以下文件&重启qt creator警告并解决错误。 请在Visual Studio 14.0的工具中运行vsvars32.bat文件

目录路径:C:\ Program Files(x86)\ Microsoft Visual Studio 14.0 \ Common7 \ Tools 这个问题主要发布在更新visual studio工具之后。