forked from qt-creator/qt-creator
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:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user