QT学习笔记(一):VS2013 +QT 5.8 运行、编译问题解决
jom: E:\C++\4.QT\HelloWord\Makefile.Debug [debug\moc_predefs.h] Error 1
‘cl’ 不是内部或外部命令,也不是可运行的程序
或批处理文件。
jom: E:\C++\4.QT\HelloWord\Makefile.Debug [debug\hello_dialog.obj] Error 1
jom: E:\C++\4.QT\HelloWord\Makefile [debug] Error 2
17:58:09: 进程"D:\Qt\Qt5.8.0\Tools\QtCreator\bin\jom.exe"退出,退出代码 2 。
Error while building/deploying project HelloWord (kit: Desktop Qt 5.8.0 MSVC2013 64bit)
The kit Desktop Qt 5.8.0 MSVC2013 64bit has configuration issues which might be the root cause for this problem.
When executing step “Make”
C1083: 无法打开包括文件: “type_traits”: No such file or directory
解决方法,系统环境变量的设置:
在系统环境变量path ,添加下面内容即可
C:\Windows\System32 (%SystemRoot%\system32)
D:\Microsoft Visual Studio 12.0\VC\bin