summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:45:50 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:50:45 +0000
commit34d66f3836051dca35a854577fe04b45af3630f2 (patch)
tree4580cc8910bd1dd29fb7894565881ffad5a7d499
parent6702506920e61fe7af38222928528553c5a1f167 (diff)
downloadqtenginio-34d66f3836051dca35a854577fe04b45af3630f2.tar.gz
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 each install path with the repository name. Task-number: QTBUG-48736 Change-Id: I0bd2e054b8302f7c0054469e85265a4bebf24c50 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/enginio_client/doc/qtenginio.qdocconf2
-rw-r--r--src/enginio_plugin/doc/qtenginioqml.qdocconf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/enginio_client/doc/qtenginio.qdocconf b/src/enginio_client/doc/qtenginio.qdocconf
index c9037be..aa9b3b4 100644
--- a/src/enginio_client/doc/qtenginio.qdocconf
+++ b/src/enginio_client/doc/qtenginio.qdocconf
@@ -21,7 +21,7 @@ exampledirs += \
../../../tests/auto \
# Specify example install dir under QT_INSTALL_EXAMPLES
-examplesinstallpath = enginio/widgets
+examplesinstallpath = qtenginio/enginio/widgets
depends += qtcore qtgui qtwidgets qtnetwork qtquick qtenginioqml qtenginiooverview
diff --git a/src/enginio_plugin/doc/qtenginioqml.qdocconf b/src/enginio_plugin/doc/qtenginioqml.qdocconf
index 7546037..11bcd80 100644
--- a/src/enginio_plugin/doc/qtenginioqml.qdocconf
+++ b/src/enginio_plugin/doc/qtenginioqml.qdocconf
@@ -22,7 +22,7 @@ exampledirs += \
../../../tests/auto \
# Specify example install dir under QT_INSTALL_EXAMPLES
-examplesinstallpath = enginio/quick
+examplesinstallpath = qtenginio/enginio/quick
# Add highlighting for QML Todo example
manifestmeta.highlighted.names += "QtEnginioQml/Enginio QML Examples - Todos"