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

@@ -1404,7 +1404,6 @@ void AndroidConfigurations::updateAutomaticKitList()
BuildDeviceKitAspect::setDeviceId(k, DeviceManager::defaultDesktopDevice()->id());
k->setSticky(QtKitAspect::id(), true);
k->setMutable(DeviceKitAspect::id(), true);
k->setSticky(DeviceTypeKitAspect::id(), true);
QString versionStr = QLatin1String("Qt %{Qt:Version}");