summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2020-06-04 14:08:13 +0200
committerJannis Voelker <jannis.voelker@basyskom.com>2020-08-07 16:36:38 +0200
commit8648186511d7eae9464b4b676dba98074df6e8f6 (patch)
treec0da75137c846ac187df374fc2a29bb7caa5884f /coin
parent936cc2b930186ed9803a19cd55dd2eaa732cab51 (diff)
Add module_config.yaml
Change-Id: Id605f46f57990c215d11ff81e0d2e77c2532243b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
new file mode 100644
index 0000000..16d158c
--- /dev/null
+++ b/coin/module_config.yaml
@@ -0,0 +1,12 @@
+version: 2
+accept_configuration:
+ condition: property
+ property: features
+ not_contains_value: Disable
+
+instructions:
+ Build:
+ - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
+
+ Test:
+ - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"