How to set compiler MinGw?
-
wrote on 8 Jul 2017, 02:46 last edited by Eduardo12l 7 Aug 2017, 02:46
By default i have MSVC in my Qt app
-
wrote on 8 Jul 2017, 05:41 last edited by JohanSolo 7 Aug 2017, 05:41
This most probably means you've installed the MSVC version of Qt libraries. If you want to use the mingw version, then you must download the mingw version of Qt.
Edit: there is no way to mix both version.
-
By default i have MSVC in my Qt app
wrote on 8 Jul 2017, 06:47 last edited byto add to @JohanSolo
The easiest way on windows to start is using the online installer, choosing the newest MinGW version and the required newest MinGW compiler suite. All is accessible directly in online installer and you start away from compatibility issues.
2/3