summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/qtgui.qdocconf
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-08-31 15:43:49 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-01 11:21:46 +0200
commit65f5909df2b660402cf89031b8a1b308df289823 (patch)
tree0966b879b06c903cde7ca4cc67fb6b895ebce696 /src/gui/doc/qtgui.qdocconf
parent3d04e4965e292be59464acc18c8306d89d3be3e1 (diff)
Moved gui example documentation to the proper location.
Gui example documentation should be in examples/gui/doc/ Change-Id: I3cd196a2bb5d76b6e275f336b29a2ad1811159dd Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/gui/doc/qtgui.qdocconf')
-rw-r--r--src/gui/doc/qtgui.qdocconf12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf
index 5fdc9b7818..85fcbab3ca 100644
--- a/src/gui/doc/qtgui.qdocconf
+++ b/src/gui/doc/qtgui.qdocconf
@@ -71,12 +71,16 @@ depends += qtcore
headerdirs += ..
-sourcedirs += ..
+sourcedirs += .. \
+ ../../../examples/gui/doc
-exampledirs += ../../../examples \
+exampledirs += ../../../examples/gui \
+ ../../../doc/src/snippets \
../ \
snippets
-excludedirs += ../../../examples/widgets/doc
+excludedirs += snippets
-imagedirs += images
+imagedirs += images \
+ ../../../doc/src/images \
+ ../../../examples/gui/doc/images