summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2021-05-07 13:21:26 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-01 11:58:59 +0000
commit40c0f00ac0af05430a147644bdca3cc045bab180 (patch)
tree452d71037c32535cd3959b70b045e7d6b738f2ae
parent47a1e10d63d9c11fe600c703240031b2d02eb3a6 (diff)
Update the COIN build instructions to also build creator help file
Changed the cmake build target from "generate_docs" to "docs" Fixes: QTBUG-93174 Change-Id: I244290888f578ccfee4c733cd8f93bb6faed4fda Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 190ef1c23b1b596662020b0b1ef4290c97da781c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--coin/instructions/cmake_documentation_build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/instructions/cmake_documentation_build.yaml b/coin/instructions/cmake_documentation_build.yaml
index 4fcdab8394..141d0b65b3 100644
--- a/coin/instructions/cmake_documentation_build.yaml
+++ b/coin/instructions/cmake_documentation_build.yaml
@@ -20,7 +20,7 @@ instructions:
variableValue: "-DCMAKE_INSTALL_PREFIX:PATH={{.InstallDir}} {{.SourceDir}}"
- !include "{{qt/qtbase}}/call_cmake.yaml"
- type: ExecuteCommand
- command: "{{.Env.ENV_PREFIX}} cmake --build . --target generate_docs -v"
+ command: "{{.Env.ENV_PREFIX}} cmake --build . --target docs -v"
maxTimeInSeconds: 6000
maxTimeBetweenOutput: 1200
userMessageOnFailure: Failed to generate documentation.