blob: 13106a0806cde43f1b76b3489289cfe0c06e612d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
type: Group
enable_if:
condition: or
conditions:
- condition: property
property: target.os
equals_value: Windows
- condition: property
property: target.os
equals_value: MacOS
- condition: property
property: target.os
equals_value: Linux
instructions:
- type: EnvironmentVariable
variableName: QTWEBENGINE_DISABLE_SANDBOX
variableValue: "1"
enable_if:
condition: property
property: target.osVersion
equals_value: QEMU
- type: EnvironmentVariable
variableName: QT_WEBVIEW_PLUGIN
variableValue: webengine
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
|