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:
parent
7df2fc0d29
commit
fae72a8df4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user