From e0d38745258e12a2615030674ff022641dabffef Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 29 Aug 2012 09:33:48 +0200 Subject: 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 --- src/concurrent/doc/qtconcurrent.qdocconf | 2 ++ src/corelib/doc/qtcore.qdocconf | 2 ++ src/dbus/doc/qtdbus.qdocconf | 2 ++ src/gui/doc/qtgui.qdocconf | 2 ++ src/network/doc/qtnetwork.qdocconf | 2 ++ src/opengl/doc/qtopengl.qdocconf | 2 ++ src/printsupport/doc/qtprintsupport.qdocconf | 2 ++ src/sql/doc/qtsql.qdocconf | 2 ++ src/testlib/doc/qttest.qdocconf | 2 ++ src/xml/doc/qtxml.qdocconf | 2 ++ 10 files changed, 20 insertions(+) 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 -- cgit v1.2.3