summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2023-03-24 11:40:47 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-25 09:23:05 +0000
commit8755a5cfa23256de9e6a0b6ffd8bec0998ddf5b8 (patch)
treeb468712fc18edbac62a817e96a1262abf83d5d9f
parent30636655eb8b3d16c919ee27ecd4fc3f7da4626d (diff)
downloadqtwebengine-8755a5cfa23256de9e6a0b6ffd8bec0998ddf5b8.tar.gz
Use docs target for chromium code attributions
The target docs_WebEngieCore, which in the end calls generate_docs_WebEngineCore, is not a dependency for any other target in generated ninja file. Change-Id: Ic2f1c93fed8fbb1a44e2f99365b15b7ec3e636f2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit b2f56c87d74324594ec86047c2a039aae9da7293) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/api/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/CMakeLists.txt b/src/core/api/CMakeLists.txt
index 0ee286031..d4125b476 100644
--- a/src/core/api/CMakeLists.txt
+++ b/src/core/api/CMakeLists.txt
@@ -93,7 +93,7 @@ add_custom_command(
USES_TERMINAL
)
add_custom_target(generate_chromium_attributions DEPENDS chromium_attributions.qdoc)
-add_dependencies(generate_docs_WebEngineCore generate_chromium_attributions)
+add_dependencies(docs generate_chromium_attributions)
##
# WEBENGINECORE RESOURCES