aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-12-09 10:48:21 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-12-09 10:31:00 +0000
commit2e66f7cc4c5b8600308463f75fa09a1a5372c48f (patch)
tree46dc768605bc0de7f9f1b93ac5513e10a61fd579
parentb946dd352114e70bee5203ea02bb7be11f8ab998 (diff)
cmake: Doc should depend on qbs_processlauncher
Amends b946dd352114e70bee5203ea02bb7be11f8ab998. Change-Id: I89b4fd32b1087f542678aab34a208e6c5eee9c12 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 81790f845..48d0e22e7 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -37,7 +37,7 @@ if (QBS_INSTALL_HTML_DOCS OR QBS_INSTALL_QCH_DOCS)
-d ${PROJECT_BINARY_DIR}/
config:doc-build
-p "qbs documentation"
- DEPENDS qbs copy-runtime-files-qbs
+ DEPENDS qbs copy-runtime-files-qbs qbs_processlauncher
)
install(
DIRECTORY ${PROJECT_BINARY_DIR}/doc-build/install-root/share/doc/qbs/html/