summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2020-11-02 12:30:48 +0200
committerToni Saario <toni.saario@qt.io>2020-12-01 15:30:32 +0200
commitdc8c1a980082ef24ae234f87ba8580bd558f6d0e (patch)
tree19065f9a0a215d75e42a08621da456c33f2f07e8
parent50350278de1eb462815192679a357f6c293e53c6 (diff)
downloadqtimageformats-dc8c1a980082ef24ae234f87ba8580bd558f6d0e.tar.gz
Add a flag to build the documentation
The Qttools is required for the QDoc for building the docs. Pick-to: dev Pick-to: 6.0 Change-Id: I9863540aa65d27b89f6346ce7b449d56d44986b8 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-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 16d158c..8b41757 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 dbb74b2..702830a 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -2,3 +2,6 @@ dependencies:
../qtbase:
ref: 53a1e015fdb4082900f306b5e2cca7bd5df77d03
required: true
+ ../qttools:
+ ref: 834047647fe0003c58b0f6f36936fd143c2e4cb4
+ required: true