Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/130.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 为Qt创建者配置编译器_C++_Qt_Qt Creator - Fatal编程技术网

C++ 为Qt创建者配置编译器

C++ 为Qt创建者配置编译器,c++,qt,qt-creator,C++,Qt,Qt Creator,我刚刚从以下网站下载了“Qt5.5.1 for Windows 64位(VS 2013,823 MB)” 当我运行构建时,出现以下错误: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options. 在左侧的“调试计算机”图标中没有可供我选择的编译器 我正在运行64位Windows 10。这是因为您没有安装编译器。您需要下载编译器,Visual studio和MingW都

我刚刚从以下网站下载了“Qt5.5.1 for Windows 64位(VS 2013,823 MB)”

当我运行构建时,出现以下错误:

error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
在左侧的“调试计算机”图标中没有可供我选择的编译器


我正在运行64位Windows 10。

这是因为您没有安装编译器。您需要下载编译器,Visual studio和MingW都可以。

您必须先下载并安装Visual studio 2013,然后才能安装适用于Windows 64位(VS 2013,823 MB)的Qt 5.5.1

您安装了Visual Studio 2013吗?我已经安装了VS Community 2015您需要匹配Qt期望的编译器版本。在这种情况下,您需要的是VS 2013,而不是2015。我认为Qt甚至还没有VS2015的版本。我可以下载这个吗?是的。只要确保你得到2013年。社区/企业/等不应造成影响。请在回答中提供更多信息,以丰富其内容