diff options
author | Michal Klocek <[email protected]> | 2025-06-03 13:09:43 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <[email protected]> | 2025-06-07 04:37:35 +0000 |
commit | fdc9650042f42a1c6e8a1acd27aec4a1ced0e952 (patch) | |
tree | 01e46fe06643329da5f71e6e13485852c768c96a | |
parent | 5cfa442218c649b7bb7805bb0f90ed92c66cd402 (diff) |
As user system can have no libtiff, or a different major so version of libtiff installed make sure qt installer provides
binaries with bundled libtiff.
Pick-to: 6.10 6.9 6.8
Change-Id: Ia3e892b735f0f7facf215e23c538df12fd01581e
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
-rw-r--r-- | coin/module_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 7b3c557f3..7563d04f5 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -57,7 +57,7 @@ instructions: contains_value: "windows-11_24H2-msvc2022-arm64" - type: AppendToEnvironmentVariable variableName: COMMON_NON_QTBASE_CMAKE_ARGS - variableValue: " -DFEATURE_webengine_system_libxml=OFF" + variableValue: " -DFEATURE_webengine_system_libxml=OFF -DFEATURE_webengine_system_libtiff=OFF" enable_if: condition: property property: features |