The compiler cannot produce code for the Qt version 5.11.2
-
Hi , I have Qt 5.11.2 installed at C:\Qt
Wanted to use it with its compiler at C:\Qt\Tools\mingw530_32
But I get this error :
So it seems the compiler got incompatibility with the Qt itself. How is that even possible ?
@Arshia said in The compiler cannot produce code for the Qt version 5.11.2:
How is that even possible ?
Qt was compiled with msvc, you're trying to compile with mingw. The two compilers are not compatible, so you need to choose one of them and stick with it all the way.
-
@Arshia said in The compiler cannot produce code for the Qt version 5.11.2:
How is that even possible ?
Qt was compiled with msvc, you're trying to compile with mingw. The two compilers are not compatible, so you need to choose one of them and stick with it all the way.
@kshegunov So my choice is MinGW. What should I do now ?
-
@kshegunov So my choice is MinGW. What should I do now ?
-
Hi,
Use the MinGW32 version of Qt you installed.
As explained before, Visual Studio and MinGW can't be mixed and matched.
-
@Arshia said in The compiler cannot produce code for the Qt version 5.11.2:
I checked all these while installing.