forked from qt-creator/qt-creator
McuSupport: Identify MinGW toolchain
QtMCUs will support MinGW toolchain for Windows desktop platform, so MinGW toolchain needs to be identified. If the default toolchain or a user configured one is a correct MinGW toolchain, it would be selected. If not, a proper toolchain would be picked up from the registered toolchains in Qt Creator. Task-number: UL-6607 Change-Id: I82580d721d9ed916a6b32d35c124a638d7a3e68e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -98,7 +98,7 @@ class McuToolChainPackage final : public McuPackage
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum class ToolChainType { IAR, KEIL, MSVC, GCC, ArmGcc, GHS, GHSArm, Unsupported };
|
||||
enum class ToolChainType { IAR, KEIL, MSVC, GCC, ArmGcc, GHS, GHSArm, MinGW, Unsupported };
|
||||
|
||||
McuToolChainPackage(const SettingsHandler::Ptr &settingsHandler,
|
||||
const QString &label,
|
||||
|
||||
Reference in New Issue
Block a user