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>
bb10
Jan-Arve Saether 2012-09-06 15:20:18 +02:00 committed by Qt by Nokia
parent ad5d64226a
commit 6753865709
1 changed files with 1 additions and 2 deletions

View File

@ -67,8 +67,7 @@ versionsym = QT_VERSION_STR
codeindent = 1
headerdirs += .. \
../../gui
headerdirs += ..
sourcedirs += ..