summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorLassi Lehikoinen <lassi.lehikoinen@qt.io>2021-03-01 08:46:27 +0200
committerLassi Lehikoinen <lassi.lehikoinen@qt.io>2021-03-04 13:50:35 +0200
commita04282a5bc0f128e4b98fddfd48af6a54e36b6e5 (patch)
tree9a22df770f715d9e4062ec9ec2fafd6f6a28be38 /coin
parented930b1f185118ea8474caed17ae7a9875875f2c (diff)
Enable documentation build
Added a configuration flag to build the documentation. Qttools dependency is required for the QDoc for building the docs. Task-number: QTBUG-90829 Change-Id: I8dbff713184939db24f087129b3891e5a553adad Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/dependencies.yaml4
-rw-r--r--coin/module_config.yaml3
2 files changed, 6 insertions, 1 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml
index d2971e4..d29be23 100644
--- a/coin/dependencies.yaml
+++ b/coin/dependencies.yaml
@@ -2,4 +2,6 @@ dependencies:
../../qt/qtquickcontrols2:
ref: 1cedab5239887750e12222c888bba8bbdbda14c2
required: true
-
+ ../qttools:
+ ref: 4ad7a232cce5fd4e5ec88c2df46ca1e564772913
+ required: false
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index cf6bedc..15841e7 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -16,6 +16,9 @@ accept_configuration:
instructions:
Build:
+ - type: EnvironmentVariable
+ variableName: BUILD_DOCUMENTATION
+ variableValue: "1"
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test: