QT学习笔记(一):VS2013 +QT 5.8 运行、编译问题解决
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
總結
以上是生活随笔為你收集整理的QT学习笔记(一):VS2013 +QT 5.8 运行、编译问题解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: c++判断字符是否为空格或数字
- 下一篇: s3c2440移植MQTT