summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-12-04 11:29:43 +0100
committerMichal Klocek <michal.klocek@qt.io>2021-01-06 14:30:32 +0100
commite9d7372b7fcc8418013f8a9559a22c2ddb81cc77 (patch)
tree358d223f8d873fe61a64b275677dd5a6de8ab097 /coin
parent7cec30a15f4712e782bb1011d2b93e6bf77cce6b (diff)
Add cmake coin configs
Task-number: QTBUG-89091 Change-Id: I9c8e697005a2f6b9c962378b0451f53562cbb3d6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
new file mode 100644
index 00000000..919d02e8
--- /dev/null
+++ b/coin/module_config.yaml
@@ -0,0 +1,19 @@
+version: 2
+accept_configuration:
+ condition: property
+ property: features
+ not_contains_value: Disable
+
+instructions:
+ Build:
+ - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
+
+ Test:
+ - type: Group
+ instructions:
+ - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"
+ disable_if:
+ condition: property
+ property: configureArgs
+ contains_value: "-DFEATURE_widgets=OFF"
+