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:
Jeremy Katz 2012-07-16 15:01:54 +02:00 committed by Qt by Nokia
parent 311fe0e811
commit e22c093a48

View File

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