summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:51:50 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:51:34 +0000
commit27125f58a76f4283753edbb53813260bf40a4424 (patch)
treea6583d356ce81177503ddfe312062d25adf84ef0
parentdaca60175f2401f54709be610f999ab6e4444411 (diff)
downloadqtsvg-27125f58a76f4283753edbb53813260bf40a4424.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 the install path with the repository name. Task-number: QTBUG-48736 Change-Id: I5767e7e8a91e4da1be162693d33a8d2eafc6144f Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/svg/doc/qtsvg.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/doc/qtsvg.qdocconf b/src/svg/doc/qtsvg.qdocconf
index 181c6a7..e8460e9 100644
--- a/src/svg/doc/qtsvg.qdocconf
+++ b/src/svg/doc/qtsvg.qdocconf
@@ -39,7 +39,7 @@ sourcedirs += .. \
exampledirs += ../../../examples/svg \
snippets/
-examplesinstallpath = svg
+examplesinstallpath = qtsvg/svg
imagedirs += images