Question

I began to work with Qt but I already have a problem at the beginning .
I downloaded and installed qt-opensource-windows-x86-msvc2012_64-5.2.1.
Also I already have installed Microsoft Visual C++ 2010 Express with SP1
When I tried to create a new project I got an error enter image description here but the program shows the compiler from VS but doesn't use it. enter image description here What's wrong and how can I fix it?

Was it helpful?

Solution

As noted in the comment, it seems that you have downloaded the VS2012 version of Qt, whereas you have VS2010 installed. This is not going to fly. You either need to install VS2012, or you will need to get a VS2010 built Qt version.

Also, it is better to avoid mixing mingw and Visual Studio, but this one is more like a tip.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top