Add gui/ to qtcore.qdocconf to pick up enums in Qt namespace
Qt::HitTestAccuracy and Qt::WhiteSpaceMode are defined in gui/ but documented as part of the Qt namespace, so qdoc needs to look there to find the relevant enums. Change-Id: I36ae71c44024b12664688129044994926160e5c9 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
parent
311fe0e811
commit
e22c093a48
@ -80,7 +80,8 @@ versionsym = QT_VERSION_STR
|
||||
|
||||
codeindent = 1
|
||||
|
||||
headerdirs += ..
|
||||
headerdirs += .. \
|
||||
../../gui
|
||||
|
||||
sourcedirs += ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user