From 55828a85ffa0602f6da89d1a70f654c28e42bf67 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Wed, 8 May 2024 11:17:51 +0200 Subject: [PATCH] Enable QT_INSTALL_CONFIG_INFO_FILES for the 'Packaging' builds Task-number: QTBUG-78749 Change-Id: I9d1c43ac98a1d14232f8fb82284c935c12ed9583 Reviewed-by: Alexandru Croitor --- coin/instructions/prepare_building_env.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/coin/instructions/prepare_building_env.yaml b/coin/instructions/prepare_building_env.yaml index 44db1d2585c..a3276cb1392 100644 --- a/coin/instructions/prepare_building_env.yaml +++ b/coin/instructions/prepare_building_env.yaml @@ -473,6 +473,26 @@ instructions: property: features contains_value: UseConfigure + # Packaging + - type: Group + enable_if: + condition: property + property: features + contains_value: Packaging + instructions: + - type: AppendToEnvironmentVariable + variableName: COMMON_CMAKE_ARGS + variableValue: " -DQT_INSTALL_CONFIG_INFO_FILES=ON" + - type: AppendToEnvironmentVariable + variableName: COMMON_NON_QTBASE_CMAKE_ARGS + variableValue: " -DQT_INSTALL_CONFIG_INFO_FILES=ON" + - type: AppendToEnvironmentVariable + variableName: COMMON_TARGET_CMAKE_ARGS + variableValue: " -DQT_INSTALL_CONFIG_INFO_FILES=ON" + - type: AppendToEnvironmentVariable + variableName: COMMON_NON_QTBASE_TARGET_CMAKE_ARGS + variableValue: " -DQT_INSTALL_CONFIG_INFO_FILES=ON" + # SBOM - type: Group enable_if: