summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/qtcore.qdocconf
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-16 15:01:54 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-16 18:34:06 +0200
commite22c093a48c5605ff979fba7a9f774f44320f20a (patch)
tree908fb5847a6dc84f3a2baac8b56aa9c9cbbf9219 /src/corelib/doc/qtcore.qdocconf
parent311fe0e811f0f0f23cd3b3fac7ae919a65baadc6 (diff)
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>
Diffstat (limited to 'src/corelib/doc/qtcore.qdocconf')
-rw-r--r--src/corelib/doc/qtcore.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf
index 2151c35d5b..18060221c1 100644
--- a/src/corelib/doc/qtcore.qdocconf
+++ b/src/corelib/doc/qtcore.qdocconf
@@ -80,7 +80,8 @@ versionsym = QT_VERSION_STR
codeindent = 1
-headerdirs += ..
+headerdirs += .. \
+ ../../gui
sourcedirs += ..