From 6753865709cdcba869daf07eba2dc873fe72838d Mon Sep 17 00:00:00 2001 From: Jan-Arve Saether Date: Thu, 6 Sep 2012 15:20:18 +0200 Subject: [PATCH] DON'T parse the header files of gui This should not be encouraged, and it currently breaks cross-module linking for qdoc. With this in place, we can actually generated cross-references downwards (e.g. from corelib to gui), although in a bit hackish way at the moment. Change-Id: I32919e04535464438e3bb83e41f9a40b752c71c6 Reviewed-by: Martin Smith --- src/corelib/doc/qtcore.qdocconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index 86bf914d07..8bfc3dfeec 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -67,8 +67,7 @@ versionsym = QT_VERSION_STR codeindent = 1 -headerdirs += .. \ - ../../gui +headerdirs += .. sourcedirs += ..