aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-05-10 15:14:14 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-13 04:36:23 +0000
commitfc9ede8246ed5cadcf9f303fc762bd6b9adc58a9 (patch)
tree460bc22ceae13e61217d77c90dce0aa6d810ec67
parent61c8539e2a3979f5ac30ea04a7c748877eb745f3 (diff)
Doc: Remove repository name from examplesinstallpath
Examples in binary packages now directly match the install path. Change-Id: I8cbef85c8bef840d6ff87ac308e2e82a835adcc7 Task-number: QTBUG-52953 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
-rw-r--r--src/qml/doc/qtqml.qdocconf2
-rw-r--r--src/quick/doc/qtquick.qdocconf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 500754ead4..74b61fd6e1 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -4,7 +4,7 @@ project = QtQml
description = Qt QML Reference Documentation
version = $QT_VERSION
-examplesinstallpath = qtdeclarative/qml
+examplesinstallpath = qml
qhp.projects = QtQml
diff --git a/src/quick/doc/qtquick.qdocconf b/src/quick/doc/qtquick.qdocconf
index 63ada10fce..14a70b3421 100644
--- a/src/quick/doc/qtquick.qdocconf
+++ b/src/quick/doc/qtquick.qdocconf
@@ -4,7 +4,7 @@ project = QtQuick
description = Qt Quick Reference Documentation
version = $QT_VERSION
-examplesinstallpath = qtdeclarative/quick
+examplesinstallpath = quick
qhp.projects = QtQuick