Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
-
Hi,
I'm trying to build a project and I'm stuck with this error. At the beginning I googled this error and found some solutions, related to the MSVC 2010, so I installed it from Windows SDK 7.1, also installed the full package of VS 2010 Ultimate, so shouldn't be any problem with this. After doing all this, I still get this error, despite the fact I have 6 compilers in the "compilers" section.
Here's a picture to demonstrate:
!http://oi61.tinypic.com/22l4bm.jpg(Compilers)!Thanks.
-
[quote author="clochydd" date="1394294174"]Hello and welcome to devnet,
do you have a selected version in "Qt Versions" and a Kit selected under "Kits"?
[/quote]Thank you for your reply.
After reading your post, I looked at the section of "QT Versions" and I saw this:
!http://oi57.tinypic.com/j82pli.jpg(QT Versions)!
So I googled "msvc 2012" and found out that I was needed the Visual Studio 2012.
Just installed it and it works! :)
Thank you again.