forked from qt-creator/qt-creator
McuSupport: Add missing PackageDescription members initialization in tests
Change-Id: Iee9dce4833c5f9ccf8521952c82b215e17d1a72a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -141,15 +141,17 @@ const QStringList jsonFiles{QString::fromUtf8(armgcc_nxp_1050_json),
|
|||||||
const bool runLegacy{true};
|
const bool runLegacy{true};
|
||||||
const int colorDepth{32};
|
const int colorDepth{32};
|
||||||
|
|
||||||
const PackageDescription qtForMCUsSDKDescription{
|
const PackageDescription
|
||||||
Legacy::Constants::QUL_LABEL,
|
qtForMCUsSDKDescription{Legacy::Constants::QUL_LABEL,
|
||||||
QUL_ENV_VAR,
|
QUL_ENV_VAR,
|
||||||
QUL_CMAKE_VAR,
|
QUL_CMAKE_VAR,
|
||||||
Legacy::Constants::QUL_LABEL,
|
Legacy::Constants::QUL_LABEL,
|
||||||
Constants::SETTINGS_KEY_PACKAGE_QT_FOR_MCUS_SDK,
|
Constants::SETTINGS_KEY_PACKAGE_QT_FOR_MCUS_SDK,
|
||||||
qtForMcuSdkPath,
|
qtForMcuSdkPath,
|
||||||
Legacy::Constants::QT_FOR_MCUS_SDK_PACKAGE_VALIDATION_PATH,
|
Legacy::Constants::QT_FOR_MCUS_SDK_PACKAGE_VALIDATION_PATH,
|
||||||
};
|
{},
|
||||||
|
VersionDetection{},
|
||||||
|
false};
|
||||||
|
|
||||||
const McuTargetDescription::Platform platformDescription{id,
|
const McuTargetDescription::Platform platformDescription{id,
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user