From 8c77a437ab75d7f92ded9d8bf8895cef8297b997 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Mon, 30 Nov 2020 09:10:24 +0200 Subject: 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 (cherry picked from commit 0c26a37fc0156069b51b7a617a1555d37371f72c) --- coin/module_config.yaml | 3 +++ dependencies.yaml | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit v1.2.3