summaryrefslogtreecommitdiffstats
diff options
authorTopi Reinio <topi.reinio@qt.io>2025-02-17 17:20:25 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2025-03-17 13:04:59 +0000
commit379e3fd205f86e35d1526e49a5affc0be14f3160 (patch)
tree47dd76c2e30ec0794018231bee1b00c7701b9a83
parent4c708261119bc3b427fbf080f961e87850236962 (diff)
Doc: Add WebEngineDriver source directory to documentation build6.5
While there is no documentation sources to parse there, the Chromium code attribution script uses it as the output directory for the generated 3rd party licenses. Add the directory to make QDoc parse the generated output. Fixes: QTBUG-133495 Change-Id: I06643163e1b7791664afcfead90a91b65d3039af Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Moss Heim <moss.heim@qt.io> (cherry picked from commit d34d887f271df107ff0ec668cf85de149feeae6d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 706e582b2016090b68fe6b4ebdc6904dd92ec628) (cherry picked from commit 596d1125105842250396de35f683c5ef77e1fe96)
-rw-r--r--src/core/doc/qtwebengine.qdocconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/doc/qtwebengine.qdocconf b/src/core/doc/qtwebengine.qdocconf
index d322cc285..25ed9223f 100644
--- a/src/core/doc/qtwebengine.qdocconf
+++ b/src/core/doc/qtwebengine.qdocconf
@@ -65,6 +65,7 @@ headerdirs += ../../core/api \
sourcedirs += ../../core/api \
../../core/doc \
+ ../../core/tools/webenginedriver \
../../webenginequick/api \
../../webenginequick/doc \
../../webenginewidgets/api \