summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-29 09:33:48 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-29 14:12:06 +0200
commite0d38745258e12a2615030674ff022641dabffef (patch)
treeb0fc920aefd5ca5e51ee43f361c890787177428d
parentb6a4e66ffb173ea7081e332026e3c70a8c669dad (diff)
Exclude the examples/widgets/doc dir for all but widgets.
There are too many references to the QWidget lib documentation in there. On the other hand this keeps snippets working. Change-Id: I7dd63b7fba1758accea2663f7b427940a8857e32 Reviewed-by: Martin Smith <martin.smith@nokia.com>
-rw-r--r--src/concurrent/doc/qtconcurrent.qdocconf2
-rw-r--r--src/corelib/doc/qtcore.qdocconf2
-rw-r--r--src/dbus/doc/qtdbus.qdocconf2
-rw-r--r--src/gui/doc/qtgui.qdocconf2
-rw-r--r--src/network/doc/qtnetwork.qdocconf2
-rw-r--r--src/opengl/doc/qtopengl.qdocconf2
-rw-r--r--src/printsupport/doc/qtprintsupport.qdocconf2
-rw-r--r--src/sql/doc/qtsql.qdocconf2
-rw-r--r--src/testlib/doc/qttest.qdocconf2
-rw-r--r--src/xml/doc/qtxml.qdocconf2
10 files changed, 20 insertions, 0 deletions
diff --git a/src/concurrent/doc/qtconcurrent.qdocconf b/src/concurrent/doc/qtconcurrent.qdocconf
index 94a891a93b..a20d0b499b 100644
--- a/src/concurrent/doc/qtconcurrent.qdocconf
+++ b/src/concurrent/doc/qtconcurrent.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf
index 18060221c1..1e5da052e8 100644
--- a/src/corelib/doc/qtcore.qdocconf
+++ b/src/corelib/doc/qtcore.qdocconf
@@ -89,4 +89,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/dbus/doc/qtdbus.qdocconf b/src/dbus/doc/qtdbus.qdocconf
index a1b3985924..b4bfdc76c7 100644
--- a/src/dbus/doc/qtdbus.qdocconf
+++ b/src/dbus/doc/qtdbus.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf
index f1eeaeb21a..da2122a320 100644
--- a/src/gui/doc/qtgui.qdocconf
+++ b/src/gui/doc/qtgui.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf
index 718a71c67b..d95e4155a6 100644
--- a/src/network/doc/qtnetwork.qdocconf
+++ b/src/network/doc/qtnetwork.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/opengl/doc/qtopengl.qdocconf b/src/opengl/doc/qtopengl.qdocconf
index 192aeb7c0e..644cf5794b 100644
--- a/src/opengl/doc/qtopengl.qdocconf
+++ b/src/opengl/doc/qtopengl.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/printsupport/doc/qtprintsupport.qdocconf b/src/printsupport/doc/qtprintsupport.qdocconf
index a9ed070d69..00e9c9fdff 100644
--- a/src/printsupport/doc/qtprintsupport.qdocconf
+++ b/src/printsupport/doc/qtprintsupport.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf
index 0711951a76..d801e1c2fe 100644
--- a/src/sql/doc/qtsql.qdocconf
+++ b/src/sql/doc/qtsql.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/testlib/doc/qttest.qdocconf b/src/testlib/doc/qttest.qdocconf
index 1662c6d2d9..8bcc60ae72 100644
--- a/src/testlib/doc/qttest.qdocconf
+++ b/src/testlib/doc/qttest.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images
diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf
index 8f4c4814f5..7800b6a740 100644
--- a/src/xml/doc/qtxml.qdocconf
+++ b/src/xml/doc/qtxml.qdocconf
@@ -90,4 +90,6 @@ exampledirs += ../../../examples \
../ \
snippets
+excludedirs += ../../../examples/widgets/doc
+
imagedirs += images