summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/dependencies.yaml5
-rw-r--r--coin/module_config.yaml22
2 files changed, 27 insertions, 0 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml
new file mode 100644
index 0000000..d2971e4
--- /dev/null
+++ b/coin/dependencies.yaml
@@ -0,0 +1,5 @@
+dependencies:
+ ../../qt/qtquickcontrols2:
+ ref: 1cedab5239887750e12222c888bba8bbdbda14c2
+ required: true
+
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
new file mode 100644
index 0000000..cf6bedc
--- /dev/null
+++ b/coin/module_config.yaml
@@ -0,0 +1,22 @@
+version: 2
+accept_configuration:
+ condition: or
+ conditions:
+ - condition: property
+ property: features
+ contains_value: LicenseCheck
+ - condition: and
+ conditions:
+ - condition: property
+ property: target.os
+ equals_value: "Linux"
+ - condition: property
+ property: configureArgs
+ not_contains_value: "-DFEATURE_gui=OFF"
+
+instructions:
+ Build:
+ - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
+
+ Test:
+ - !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"