summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-23 16:10:03 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-23 16:11:20 +0100
commitb3d167e4bf848eb4060a613790879abdbd3d0146 (patch)
tree03260635cc93822f8bde27dac6ed493bb48a56cc /coin
parent8fc139318b2f870aa633e93874b3fa6e9d1113ae (diff)
parenta674d83d75a1f80fee8de63f8a5e2aadab931124 (diff)
downloadqtwebsockets-b3d167e4bf848eb4060a613790879abdbd3d0146.tar.gz
Merge remote-tracking branch 'origin/wip/cmake' into dev
Conflicts dependencies.yaml coin/module_config.yaml Change-Id: I7df9ac314e99c090379b0d8a66baef1951ad1984
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..7f31a55
--- /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_v2.yaml"