summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-10-13 12:40:54 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 09:50:28 +0000
commitcb5abe166db5b87421fbb651bc4adc9382588b29 (patch)
tree8193e93ff2493e6afd0381ae9c7e5cfdfcfaa448
parentb3fbfe3f525c2b5f97e2dbcf2ffbbcd6ae94c0ff (diff)
downloadqtconnectivity-cb5abe166db5b87421fbb651bc4adc9382588b29.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: I3452cf1ec1b1f16301497eb5468bd746d99e5cbc Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/bluetooth/doc/qtbluetooth.qdocconf2
-rw-r--r--src/nfc/doc/qtnfc.qdocconf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/doc/qtbluetooth.qdocconf b/src/bluetooth/doc/qtbluetooth.qdocconf
index 52061d7e..a4b86e95 100644
--- a/src/bluetooth/doc/qtbluetooth.qdocconf
+++ b/src/bluetooth/doc/qtbluetooth.qdocconf
@@ -4,7 +4,7 @@ project = QtBluetooth
description = Qt Bluetooth Reference Documentation
version = $QT_VERSION
-examplesinstallpath = bluetooth
+examplesinstallpath = qtconnectivity/bluetooth
qhp.projects = QtBluetooth
diff --git a/src/nfc/doc/qtnfc.qdocconf b/src/nfc/doc/qtnfc.qdocconf
index 61ed15b6..8b0ba092 100644
--- a/src/nfc/doc/qtnfc.qdocconf
+++ b/src/nfc/doc/qtnfc.qdocconf
@@ -4,7 +4,7 @@ project = QtNfc
description = Qt NFC Reference Documentation
version = $QT_VERSION
-examplesinstallpath = nfc
+examplesinstallpath = qtconnectivity/nfc
qhp.projects = QtNfc