[Error] Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
-
Hi,
Im new with the QT soft and I am getting this error.
:-1: error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
!http://i.imgur.com/JQyLquT.png()!
!http://i.imgur.com/gjSPVFn.png()!
!http://i.imgur.com/F2fvk3P.png()!
!http://i.imgur.com/l3e44rR.png()!
!http://i.imgur.com/glqI8qM.png()!
Help me please :(
-
Hi and welcome to devnet,
You need to first install Visual Studio 2012 before you can use this version of Qt.
Or install the VS2010 package (if I saw correctly you have Visual Studio 2010 installed)
If I was wrong, I would recommend then to install the mingw package which comes with the compiler and everything ready to start.
-
[quote author="SGaist" date="1382911008"]Hi and welcome to devnet,
You need to first install Visual Studio 2012 before you can use this version of Qt.
Or install the VS2010 package (if I saw correctly you have Visual Studio 2010 installed)
If I was wrong, I would recommend then to install the mingw package which comes with the compiler and everything ready to start.[/quote]
Thanks, it works now. I had the VS2010 installed but it seems that wasn't enoguh. Once installaed VS2012 the problem disappeared
-
[quote author="EmilianoM" date="1382918746"]
Thanks, it works now. I had the VS2010 installed but it seems that wasn't enoguh. Once installaed VS2012 the problem disappeared
[/quote]
MSVC version have to be aligned. None of the msvc version is compatible with another!
The same is partly true for MinGW. There are some breaks in compatibility between versions. -
The only tutorial you should need (if you have a clean system) is: install, run Qt Creator and have fun.
What is the error you have with qextserialport ?
-
By the way, why use qextserialport ? You have QSerialPort already included now in Qt