diff options
author | Topi Reinio <topi.reinio@digia.com> | 2015-10-13 12:53:22 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@digia.com> | 2015-10-21 09:51:44 +0000 |
commit | 97577a0f27a1f427948871ae535645a2e0788bf7 (patch) | |
tree | 7f916f878c6740185ca2fea1dba097810777084a /src/webchannel | |
parent | 459a6ad0ae963b30c484a14b8cb910a29e1b1dcb (diff) | |
download | qtwebchannel-97577a0f27a1f427948871ae535645a2e0788bf7.tar.gz |
Doc: Update examplesinstallpath to include the repository namev5.6.0-beta1
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: Iafb0663b319f97d2fa3e8f938e4546ae11eaaa69
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/webchannel')
-rw-r--r-- | src/webchannel/doc/qtwebchannel.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/doc/qtwebchannel.qdocconf b/src/webchannel/doc/qtwebchannel.qdocconf index cfb47e4..fc036d2 100644 --- a/src/webchannel/doc/qtwebchannel.qdocconf +++ b/src/webchannel/doc/qtwebchannel.qdocconf @@ -4,7 +4,7 @@ project = QtWebChannel description = Qt WebChannel Reference Documentation version = $QT_VERSION -examplesinstallpath = webchannel +examplesinstallpath = qtwebchannel/webchannel qhp.projects = QtWebChannel |