From 8e288bab3779af178284be07f49d93ade6bfba70 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 13 Oct 2015 12:39:24 +0200 Subject: Doc: Update examplesinstallpath to include the repository name 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 --- src/androidextras/doc/qtandroidextras.qdocconf | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3