gpt4 book ai didi

c++ - Qt 5 beta2, Qt Creator 2.6, MSVC error : Qt Creator needs a compiler set up to build. 在套件选项中配置编译器

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:23:52 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
VC++ compiler for Qt Creator

我是新手。我正在尝试在 Qt Creator 2.6 中编译以下代码,Qt 5 beta for windows 随附:

#include <QCoreApplication>
#include <QDebug>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
qDebug() << "hello Qt5";
return a.exec();
}

我收到以下错误:

Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
File not found:

Qt creator > tools > options > build and run > kits如下:姓名:
自动检测:
桌面 Qt 5.0.0 beta2 MSVC2010 32 位 (SDK)(默认)
手册:(无)
这里重要的是没有选择编译器

当我单击“管理”按钮时,它会将我带到“编译器”选项卡:
自动检测:
适用于 Windows 7 的 Microsoft Windows SDK (7.1.1700.0.30514)(x86)
适用于 Windows 7 的 Microsoft Windows SDK (7.1.1700.0.30514)(amd64)
适用于 Windows 7 的 Microsoft Windows SDK (7.1.1700.0.30514)(ia64)
适用于 Windows 7 的 Microsoft Windows SDK (7.1.1700.0.30514)()
....

Microsoft Visual C++ 编译器 10.0 (x86)
Microsoft Visual C++ 编译器 10.0 (x86)
Microsoft Visual C++ 编译器 10.0 (amd64)
...

Qt版本标签如下:
自动检测:Qt 5.0.0 beta2 MSVC2010 32 位 (SDK)

我正在使用:操作系统:Windows 7
首先,我尝试了“适用于 Windows 7 和 .NET Framework 4 的 Microsoft Windows SDK”,但未能编译代码。然后我安装了VS2010,也编译失败。
有谁能够帮助我??

我想发布我的 qt creator 2.6 构建和运行选项的图像,但 Stack Overflow 不允许我这样做,因为我是它的新成员。

提前致谢

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com