summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-11-08 09:03:46 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2021-12-17 09:14:02 +0200
commitd7246ffb82939ae54d8af0c3f7a6cad49a82e7a9 (patch)
tree52f647419cd78cc7e0a1e06e2b2b4a676e2769f6
parent5462a771406aacb1df070ba22fa6a89f0c61a366 (diff)
downloadqtapplicationmanager-d7246ffb82939ae54d8af0c3f7a6cad49a82e7a9.tar.gz
Enable documentation build
And update dependencies at the same time. Dev will get it's own change because of dependency update Change-Id: I0a7fee7dc7850af17360cbc829204ba45954a712 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit e5dc3f6f4034aec21b64327050b7d489c1dd614d)
-rw-r--r--coin/module_config.yaml7
-rw-r--r--dependencies.yaml3
2 files changed, 9 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 8470ed29..bb08ecb4 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -16,7 +16,12 @@ accept_configuration:
instructions:
Build:
- - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
+ - type: EnvironmentVariable
+ variableName: BUILD_DOCUMENTATION
+ variableValue: "1"
+ - type: Group
+ instructions:
+ - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test:
- type: Group
diff --git a/dependencies.yaml b/dependencies.yaml
index 2fb06abd..4ae6d1a3 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -8,3 +8,6 @@ dependencies:
../qtwayland:
ref: de5370a78e77aef6d4b43e40608627f371b60351
required: false
+ ../qttools:
+ ref: 23a3ba8f73a63977a3dc190981fdf8c01da0280a
+ required: false