Error while building/deploying project histoProject (kit: Desktop Qt 5.5.1 MSVC2010 32bit) When executing step "Make"
-
I installed Qt from qt installer. So it installed latest version.
After that I installed Microsoft visual studio 2010.
My Microsoft visual studio's trail period was expired so I removed it.
But now When I open Qt and trying to debug or release my project. It giving me that error.What can I do now?
In my Qt folder I have '5.5' folder and then I have msvc2010 folder also bin/ qmake
(C:\Qt\5.5\msvc2010\bin)
I took screenshot from my setting in Qt creator.
Please help me, I have to give my project tomorrow.
Thanks -
hi
Since you removed VS 2010 you currently have no compiler. :)The fast way to get running would be to re-run the online installer
and this time choose the
mingw compiler instead of visual studio. ( make sure visual stud is not checked)
It should just work again.You can also use Qt 5.6 and visual studio 2015 but it will take longer to get running.