为什么我在 Qt 中的第一个控制台应用程序不起作用?
我正在使用版本:
Qt 创作者 2.7.0
基于 Qt 5.0.2(32 位)
Windows 7的
代码:
#include <QCoreApplication>
#include <QDebug>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
qDebug()<<"hello world";
return a.exec();
}
它给了我这个输出:
'cl' 不是内部或外部命令、可运行程序或批处理文件。乔姆:
C:\210\build-hello-Desktop_Qt_5_0_2_MSVC2012_64bit-Debug\Makefile.Debug [debug\main.obj] 错误 1 jom:
C:\210\build-hello-Desktop_Qt_5_0_2_MSVC2012_64bit-Debug\Makefile [debug] Error 2 13:51:15: 进程
"C:\Qt\Qt5.0.2\Tools\QtCreator\bin\jom.exe" 退出并显示代码 2。构建/部署项目时出错 hello (kit: Desktop Qt 5.0.2 MSVC2012 64bit) 执行步骤 'Make' 时
编译器设置: