summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2020-11-30 09:46:36 +0200
committerToni Saario <toni.saario@qt.io>2021-01-11 10:11:57 +0000
commite66e90e36050a74680202db6101e3007e58c11f0 (patch)
tree37f13f1003af71322b9cc657d8f5265a574c4a54
parentcfd837ee491f82cffb5c137a35dec958dd25fd15 (diff)
Add a flag to build the documentation
The Qttools is required for the QDoc for building the docs. Change-Id: I1312673a686e12cf4d65d9ad4d40ad2f947cbfd4 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 3ed510028391bbb16f7a9b4ff5aa658e5d2a3c4f)
-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 7f31a55..fd32d84 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 a931e1d..a6cfcea 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -5,3 +5,6 @@ dependencies:
../qtdeclarative:
ref: 0d71722fdb42c64f0b0fb86c111e89d50068f6be
required: false
+ ../qttools:
+ ref: 7691cf0e687a3bea199061dcaf9c6dda304569af
+ required: true