forked from qt-creator/qt-creator
Android: few fixes for android kits aspects
Make some changes to make Android kits behave as, for example, desktop kits: * Set the build device of the kit to the default desktop device. * Don't make the device and toolchain aspects sticky. Change-Id: I41a40c6ed8dc3434fa4f3a09349b75b5fd379317 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -1321,9 +1321,8 @@ void AndroidConfigurations::updateAutomaticKitList()
|
||||
QStringList abis = static_cast<const AndroidQtVersion *>(qt)->androidAbis();
|
||||
Debugger::DebuggerKitAspect::setDebugger(k, findOrRegisterDebugger(tc, abis));
|
||||
|
||||
k->setSticky(ToolChainKitAspect::id(), true);
|
||||
BuildDeviceKitAspect::setDeviceId(k, DeviceManager::defaultDesktopDevice()->id());
|
||||
k->setSticky(QtKitAspect::id(), true);
|
||||
k->setSticky(DeviceKitAspect::id(), true);
|
||||
k->setMutable(DeviceKitAspect::id(), true);
|
||||
k->setSticky(DeviceTypeKitAspect::id(), true);
|
||||
|
||||
|
Reference in New Issue
Block a user