ProjectExplorer: Make DeviceKitAspect mutable for all non-Desktop kits

Fixes: QTCREATORBUG-30031
Change-Id: I0b2dacb5977b0f8e81afd13a0a4af6354ea81915
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Christian Kandeler
2023-12-13 12:34:15 +01:00
parent 3425959e21
commit 368ad63653
5 changed files with 4 additions and 3 deletions

View File

@@ -188,7 +188,6 @@ static void setupKit(Kit *kit, Id pDeviceType, const ToolChainPair& toolChains,
&& debuggerId.isValid())
DebuggerKitAspect::setDebugger(kit, debuggerId);
kit->setMutable(DeviceKitAspect::id(), true);
kit->setSticky(QtKitAspect::id(), true);
kit->setSticky(ToolchainKitAspect::id(), true);
kit->setSticky(DeviceTypeKitAspect::id(), true);