From cff8ce71bd57674a3be6c191c2501c481d0bb294 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Thu, 12 Jan 2023 21:03:22 +0100 Subject: 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 (cherry picked from commit bed79f6c0a8a0c2c52f474b286b7b2ac20e6cb40) Reviewed-by: Qt Cherry-pick Bot --- coin/module_config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- cgit v1.2.1