mirror of https://github.com/qt/qtdatavis3d.git
coin: Prepare for using qt-configure-module in instructions
When using qt-configure-module, we need to check if widgets feature is disabled with configure-style syntax as well. Pick-to: 6.2 6.3 6.4 Task-number: QTQAINFRA-4357 Task-number: QTQAINFRA-4815 Change-Id: I44147123a4c36ab6b8dfebb2affdc8c4bcde7149 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
05b90ceb50
commit
23c87e42c8
|
@ -13,6 +13,11 @@ instructions:
|
|||
instructions:
|
||||
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
|
||||
disable_if:
|
||||
condition: property
|
||||
property: configureArgs
|
||||
contains_value: "-DFEATURE_widgets=OFF"
|
||||
condition: or
|
||||
conditions:
|
||||
- condition: property
|
||||
property: configureArgs
|
||||
contains_value: "-DFEATURE_widgets=OFF"
|
||||
- condition: property
|
||||
property: configureArgs
|
||||
contains_value: "-no-widgets"
|
||||
|
|
Loading…
Reference in New Issue