Missing compiler in Qt Creator

I recently installed Qt creator 2.8.1 online on my win Vista 32 bit machine.

To start with Qt I wrote simple pushbutton code. And when I tried to build it shows error message saying

Qt Creator needs compiler set up to build. Configure a compiler in kit option

I tried with that Kit option din't work. what do I do?

PS Thank You


Simply refer to MINGW online install available at Qt's official downloads( http://download.qt-project.org/). You need not do anything. It will automatically detect an kits and will compile successfully.

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

上一篇: 如何在Qt Creator中配置编译器?

下一篇: 在Qt Creator中缺少编译器