summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/config.h
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-04 13:26:04 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-04 13:26:04 (GMT)
commit7905101fb5ef18c776be515b9287356b1efc5ceb (patch)
tree3d865c288848891c1790b8dadcf7128410b233c1 /tools/qdoc3/config.h
parent49d551b24dbb9131db4a5769b8ddd205bbf99093 (diff)
parent94b595f37b3a49d44d1a795e5f2b003ac921d4b7 (diff)
downloadQt-7905101fb5ef18c776be515b9287356b1efc5ceb.zip
Qt-7905101fb5ef18c776be515b9287356b1efc5ceb.tar.gz
Qt-7905101fb5ef18c776be515b9287356b1efc5ceb.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'tools/qdoc3/config.h')
-rw-r--r--tools/qdoc3/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qdoc3/config.h b/tools/qdoc3/config.h
index 07cdb59..725129a 100644
--- a/tools/qdoc3/config.h
+++ b/tools/qdoc3/config.h
@@ -162,6 +162,10 @@ class Config
#define CONFIG_FILEEXTENSIONS "fileextensions"
+#ifdef QDOC_QML
+#define CONFIG_QMLONLY "qmlonly"
+#endif
+
QT_END_NAMESPACE
#endif