aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/qtqml.qdocconf
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-03-18 17:00:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-21 10:48:16 +0100
commit1a23fbc59a1389677b3f232379f441ed5b4cdf90 (patch)
tree07fcbdb62b3e0945e32a2219d64a907608e37408 /src/qml/doc/qtqml.qdocconf
parenta57ce3d8c1f098565d044993dbd8fa6cd5fb05b8 (diff)
Fix duplicate examples for qml/quick modules
Task-number: QTBUG-30233 Change-Id: Ic0a6d9112dbf8903d68f571e0ac853d89ff31ebe Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r--src/qml/doc/qtqml.qdocconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 61d7e706ec..d29f1454b9 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -5,6 +5,8 @@ description = Qt QML Reference Documentation
url = http://qt-project.org/doc/qt-$QT_VER/qtqml
version = $QT_VERSION
+examplesinstallpath = qml
+
qhp.projects = QtQml
qhp.QtQml.file = qtqml.qhp
@@ -34,7 +36,7 @@ headerdirs += ..
sourcedirs += ..
-exampledirs += ../../../examples/ \
+exampledirs += ../../../examples/qml \
../ \
snippets