summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-01-12 21:03:22 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-01-16 05:54:12 +0000
commitcff8ce71bd57674a3be6c191c2501c481d0bb294 (patch)
treec0d1a727f1c18597f6ba6b335afc71772631fc83
parenta45a02539bc935edc4ae392ff36c4a8020717788 (diff)
downloadqtapplicationmanager-cff8ce71bd57674a3be6c191c2501c481d0bb294.tar.gz
Temporarily unblock the OpenSuSE build
The missing path to the openssl binary needs to be fixed in the OpenSuSE setup template though. Change-Id: I56b5fa67f1d7dc50055574f5873c1d4bae42924a Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit bed79f6c0a8a0c2c52f474b286b7b2ac20e6cb40) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/module_config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 53d4c87e..58234ffc 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -35,6 +35,13 @@ instructions:
condition: property
property: target.os
equals_value: QNX
+ - type: PrependToEnvironmentVariable
+ variableName: PATH
+ variableValue: "/home/qt/openssl-3.0.7/bin:"
+ enable_if:
+ condition: property
+ property: target.osVersion
+ equals_value: "openSUSE_15_4"
- type: Group
instructions:
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"