summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2020-11-30 09:10:24 +0200
committerToni Saario <toni.saario@qt.io>2020-12-17 10:39:12 +0000
commitdce580771116f574db4e58b381a7cfae949233cd (patch)
tree76ac558c42c85019da72a1ba1b4258870af9306c
parent492c976b05256b29aac0df861c4be77e1eb65906 (diff)
Add a flag to build the documentation
The Qttools is required for the QDoc for building the docs. Change-Id: I7d300c17042954c7d7e862a6bd89e1d9f6e57497 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 0c26a37fc0156069b51b7a617a1555d37371f72c)
-rw-r--r--coin/module_config.yaml3
-rw-r--r--dependencies.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 16d158c6b..8b41757ad 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -6,6 +6,9 @@ accept_configuration:
instructions:
Build:
+ - type: EnvironmentVariable
+ variableName: BUILD_DOCUMENTATION
+ variableValue: "1"
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test:
diff --git a/dependencies.yaml b/dependencies.yaml
index d07e9700c..0fe0f795c 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -8,3 +8,6 @@ dependencies:
../qtshadertools:
ref: ee64e253c647e92645de7a35e5ea63b1ae9bed12
required: true
+ ../qttools:
+ ref: 3a5acdba81b10c411c1e55bd55b8525236554064
+ required: false