forked from qt-creator/qt-creator
Docker: Fix Kit build device type during auto detection
Change-Id: I60f0293d13a9c4c4140d045940d0c3e430120050 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -355,6 +355,7 @@ void KitDetectorPrivate::autoDetect()
|
|||||||
|
|
||||||
RunDeviceTypeKitAspect::setDeviceTypeId(k, m_device->type());
|
RunDeviceTypeKitAspect::setDeviceTypeId(k, m_device->type());
|
||||||
RunDeviceKitAspect::setDevice(k, m_device);
|
RunDeviceKitAspect::setDevice(k, m_device);
|
||||||
|
BuildDeviceTypeKitAspect::setDeviceTypeId(k, m_device->type());
|
||||||
BuildDeviceKitAspect::setDevice(k, m_device);
|
BuildDeviceKitAspect::setDevice(k, m_device);
|
||||||
|
|
||||||
const Toolchains toolchainCandidates = ToolchainManager::toolchains(
|
const Toolchains toolchainCandidates = ToolchainManager::toolchains(
|
||||||
|
Reference in New Issue
Block a user