summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:51:34 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:51:28 +0000
commit2575d33fab4042baba67384f92119c58c0ce0245 (patch)
tree4930bd3aa73fcd3e8c3b03dbc7a6bb7342d06177
parent8fe85944e6e17691cfa0d230af37ca2be6781cee (diff)
downloadqtserialport-2575d33fab4042baba67384f92119c58c0ce0245.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: Ib1fa6c707a342c3bbbaf1ad985edd4189b93e048 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/serialport/doc/qtserialport.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialport/doc/qtserialport.qdocconf b/src/serialport/doc/qtserialport.qdocconf
index 78c1b35..ac1fc1e 100644
--- a/src/serialport/doc/qtserialport.qdocconf
+++ b/src/serialport/doc/qtserialport.qdocconf
@@ -34,7 +34,7 @@ exampledirs += ../../../examples/serialport
imagedirs += images
excludedirs += ../qt4support
-examplesinstallpath = serialport
+examplesinstallpath = qtserialport/serialport
depends += qtcore qtdoc qtnetwork qmake