如何添加编译器?

可能重复:
用于Qt Creator的VC ++编译器
QT5 beta2,QT创建者2.6,MSVC错误:Qt Creator需要一个编译器来建立。 在工具包选项中配置一个编译器

我刚刚安装了Qt Creator(我的第一个expcerience),当我尝试编译时遇到了这个错误:

-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.

这实际上是非常的暗示,我在这里阅读了其他文章,但我无法完成。 这些是我在Build&Run - > Compilers中的选项: 在这里输入图像描述

细节:

  • 这是Qt Creator 2.6.1基于Qt 5.0.0(32位)
  • 我已经安装了visual studio 2012
  • 在Qt下载页面上,对于Windows,只有32位选项,但我有Windows 7 64位
  • LE:这些是套件选项 在这里输入图像描述

    必须为Sysroot和Qt mkspec指定什么路径?


    您正在使用Visual Studio 2012,解决方案:

    1)删除它并重新安装Visual Studio 2010,Qt 5.0与此版本的Microsoft C / C ++编译器一起使用。

    2)从microsft的网站安装提到的SDK编译器direclty。

    链接地址: http://www.djcxy.com/p/11767.html

    上一篇: How to add a compiler?

    下一篇: Java code for Restricted Boltzmann machines and Deep Learning