summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-09-06 15:20:18 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-10 14:09:45 +0200
commit6753865709cdcba869daf07eba2dc873fe72838d (patch)
tree558b86563f8ea725b5c0fba0f0faaab5025f7f38 /src/corelib
parentad5d64226abd50a43856ab560583f37b49ff04c9 (diff)
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 <martin.smith@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/doc/qtcore.qdocconf3
1 files changed, 1 insertions, 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 += ..