forked from qt-creator/qt-creator
McuSupport: Add toolchain information for desktop kits
To be able to check the validity of a desktop toolchain used in an mcusupport kit with qt platform. Task-number: QTCREATORBUG-26750 Change-Id: Ifc518257844c8994150f3d86eb5512701c38c2b7 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Piotr Mućko <piotr.mucko@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -140,6 +140,9 @@ public:
|
||||
QString toolChainName() const;
|
||||
QVariant debuggerId() const;
|
||||
|
||||
static ProjectExplorer::ToolChain *msvcToolChain(Utils::Id language);
|
||||
static ProjectExplorer::ToolChain *gccToolChain(Utils::Id language);
|
||||
|
||||
private:
|
||||
const ToolChainType m_type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user