egig
egig

Reputation: 4430

Setting up compiler in Qt 5.0.1 MSVC2010

I just installed Qt 5.0.1 MSVC2010 32bit, i need to configure the Kits and the compiler. I have installed minGW and its detected by Qt Automatically. But at Qt Version tab in Tools->Option->Build & Run menu, i get this:

No compiler can produce code for this Qt version

What should I do? which compiler I have to use? I can't build/run anything.

Upvotes: 0

Views: 1511

Answers (1)

ixSci
ixSci

Reputation: 13698

You should either use MSVS 2010 for your downloaded Qt or download the MinGW Qt distribution.

Upvotes: 2

Related Questions