Enable QT_INSTALL_CONFIG_INFO_FILES for the 'Packaging' builds
Task-number: QTBUG-78749 Change-Id: I9d1c43ac98a1d14232f8fb82284c935c12ed9583 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
3e3cf6dca9
commit
55828a85ff
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user