The compiler cannot produce code for the Qt version 5.11.2
Unsolved
General and Desktop
-
@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.
-
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.