Docker: Fix Kit build device type during auto detection

Change-Id: I60f0293d13a9c4c4140d045940d0c3e430120050
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2025-04-02 16:43:51 +02:00
parent 48a7c050c0
commit f0930a8cfe

View File

@@ -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(