amartin94
amartin94

Reputation: 515

Qt Creator needs a compiler set up to build

So i downloaded Qt and am designing my first GUI, and now it wont compile, i keep getting an error that says:

Qt Creator needs a compiler set up to build

I've searched around on the net but alot of it seems jargon, even the other Stack Overflow documents dont make any sense..

How do i set up a compiler for QT to use? I downloaded g++ compiler last night to use with Sublime Text 2, and that's working, so is there a way to make g++ work with Qt?

Thanks guys

Upvotes: 0

Views: 4521

Answers (1)

s4eed
s4eed

Reputation: 7891

(I supposed you're using Windows ) If you downloaded Qt for Visual studio you need to install visual studio too. Then go to
Tools -> Options -> Build & Run
in Qt Creator and then, in Compilers tab add new compiler.

Upvotes: 1

Related Questions