McuSupport: Fix compile

Amends 80c87ddceb.

Change-Id: I7a721bc46fb80c126cc7460a58ecebed0748ed6f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Christian Stenger
2022-04-04 15:40:56 +02:00
parent 9b4d9d84fb
commit 055de08524
2 changed files with 4 additions and 0 deletions

View File

@@ -140,3 +140,5 @@ private:
} // namespace Internal } // namespace Internal
} // namespace McuSupport } // namespace McuSupport
Q_DECLARE_METATYPE(McuSupport::Internal::McuToolChainPackage::ToolChainType)

View File

@@ -83,3 +83,5 @@ struct McuTargetDescription
}; };
} // namespace McuSupport::Internal::Sdk } // namespace McuSupport::Internal::Sdk
Q_DECLARE_METATYPE(McuSupport::Internal::Sdk::McuTargetDescription)