Fix QAbstractItemModel documentation errors.
authorMitch Curtis <mitch.curtis@nokia.com>
Wed, 12 Sep 2012 11:59:55 +0000 (13:59 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 13 Sep 2012 17:33:08 +0000 (19:33 +0200)
Added a dependency on the qtwidgets module to qtcore.qdocconf so that
it has access to widgets examples. Also added examples/widgets to
exampledirs.

Change-Id: I7a69f51d51b65bd534950f0df5b348d6ef61a5d9
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
src/corelib/doc/qtcore.qdocconf

index 19688f7..36db213 100644 (file)
@@ -32,13 +32,16 @@ qhp.QtCore.subprojects.examples.selectors = fake:example
 outputdir               = ../../../doc/qtcore
 tagfile                 = ../../../doc/qtcore/qtcore.tags
 
+depends                 += qtwidgets
+
 headerdirs  += ..
 
 sourcedirs  += ..
 
 exampledirs += \
                ../ \
-               snippets
+               snippets \
+               ../../../examples/widgets
 
 excludedirs += ../../../examples/widgets/doc