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
parent
ad5d64226a
commit
6753865709
|
|
@ -67,8 +67,7 @@ versionsym = QT_VERSION_STR
|
|||
|
||||
codeindent = 1
|
||||
|
||||
headerdirs += .. \
|
||||
../../gui
|
||||
headerdirs += ..
|
||||
|
||||
sourcedirs += ..
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue