QT Creator needs a compiler set up to build. Configure a compiler in the kit option
-
Hello, I know that there are already topics about this error but I can't solve it for my case.
I look here:
And indeed there is no compiler in the kit.
But if you want I have two QT compilers one where I have all versions. And this one that I have just installed and that is 5.6.3 which is an open source.
And normally the compiler is in: QT/Tools/mingw810_64/bin/g++ .
Then this version that I have just installed and which is the 5.6.3 which is an open source except that it recovers the same directory of file to compile it. Why ?I think that the error comes from the fact that it comes to look for it in this directory but it does not find it because this directory is not in the Qt_5.6.3 folder but in the QT/Tools/mingw810_64/bin/g++ folder
And I know that to look for the compiler you have to click on manage which is on the right of the compiler tab
Thanks for your help :)
-
What Qt version(s) did you actually install?
-
@Raphawel Qt for which compiler did you installed? On Windows you can install Qt for MinGW or for MSVC.
From the screenshot you posted I can see that you installed Qt for Windows Runtime and MSVC - none of these will work with MinGW. -
@Raphawel said in QT Creator needs a compiler set up to build. Configure a compiler in the kit option:
if I install the mingw version normally it will be compatible?
Yes