Doc: Stop writing host-specific paths to generated .index files

By default QDoc writes filePath attributes for each entry in the
.index file it generates. The attribute value is an absolute path
that's only relevant or useful for debugging purposes.

Pick-to: 6.6 6.5
Change-Id: I3bc646104af74b67c74350912359cf65ac252992
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Topi Reinio 2023-06-08 09:54:28 +00:00
parent 7df2fc0d29
commit fae72a8df4

View File

@ -31,3 +31,6 @@ defines += qt6
# Require Qt modules to define qhp.projects
qhp = true
# Disable writing host-specific paths into .index files
locationinfo = false