From fae72a8df4cb0903b1bb3dece3d1f1d41c785565 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 8 Jun 2023 09:54:28 +0000 Subject: [PATCH] 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 --- doc/global/config.qdocconf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/global/config.qdocconf b/doc/global/config.qdocconf index cd4f51fd18..5cfce9232e 100644 --- a/doc/global/config.qdocconf +++ b/doc/global/config.qdocconf @@ -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