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>2021-01-11 10:10:51 +0000
commit8c77a437ab75d7f92ded9d8bf8895cef8297b997 (patch)
treeda9a8fe5bdae8ce10cc1b52f71f58cf34e013e8b
parentb6255dd1e953a3a5413b27735d73692afaa7849d (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 acc7cfa2c..5dd5c3747 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -8,3 +8,6 @@ dependencies:
../qtshadertools:
ref: 5e910d0569913ef94877b002a3d34074f9514283
required: false
+ ../qttools:
+ ref: fa2cc6a0db443422351a175e00a7c41658b037de
+ required: false