summaryrefslogtreecommitdiffstats
path: root/src/xml/doc
diff options
context:
space:
mode:
authorKevin Krammer <kevin.krammer@kdab.com>2012-11-30 17:22:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 18:42:56 +0100
commit50f8cc54c9cfcb2392b03015231e71e0e274ba3f (patch)
treed6a00eac2cf475c8180c3308df37632ed82626b8 /src/xml/doc
parentceb2799163c7e80148ef0bffafac9b05269514d7 (diff)
Fix path in qtxml.qdoconf
../../../examples/xml/src doesn't exist, it is ../../../examples/xml/doc/src Change-Id: I08f0d6d91b2cea7bf313cbcdd50632835e21ae24 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/xml/doc')
-rw-r--r--src/xml/doc/qtxml.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf
index 33a514e3fc..3796e4d53e 100644
--- a/src/xml/doc/qtxml.qdocconf
+++ b/src/xml/doc/qtxml.qdocconf
@@ -32,7 +32,7 @@ depends += qtcore qtnetwork
headerdirs += ..
sourcedirs += .. \
- ../../../examples/xml/src
+ ../../../examples/xml/doc/src
exampledirs += ../../../examples/xml \
../ \