aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:39:24 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:50:09 +0000
commit8e288bab3779af178284be07f49d93ade6bfba70 (patch)
tree53fe2b9e00e5f0c31de03bce368aecc3b81d85b6
parent2eb5decb8245a7e93c4901872d21306b34dc018d (diff)
Doc: Update examplesinstallpath to include the repository namev5.6.0-beta1
The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix the install path with the repository name. Task-number: QTBUG-48736 Change-Id: I4bc22773d7528fa6ffbb128b70c6708eceffcced Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/androidextras/doc/qtandroidextras.qdocconf4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/androidextras/doc/qtandroidextras.qdocconf b/src/androidextras/doc/qtandroidextras.qdocconf
index f6f7aeb..725284c 100644
--- a/src/androidextras/doc/qtandroidextras.qdocconf
+++ b/src/androidextras/doc/qtandroidextras.qdocconf
@@ -6,8 +6,6 @@ project = QtAndroidExtras
description = Qt Android Extras Reference Documentation
version = $QT_VERSION
-examplesinstallpath = qtandroidextras
-
qhp.projects = QtAndroidExtras
qhp.QtAndroidExtras.file = qtandroidextras.qhp
@@ -37,7 +35,7 @@ exampledirs += ../../../examples/androidextras \
examples.fileextensions += *.java
# Specify example install dir under QT_INSTALL_EXAMPLES
-examplesinstallpath = androidextras
+examplesinstallpath = qtandroidextras/androidextras
imagedirs += images
navigation.landingpage = "Qt Android Extras"