diff options
author | Topi Reinio <topi.reinio@digia.com> | 2015-10-13 12:54:43 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@theqtcompany.com> | 2015-10-15 11:38:21 +0000 |
commit | 7074823ba6eebc51e04437a24cff158260d4a700 (patch) | |
tree | 7cd90b786b00bfd2358d0e2c868923251aae1844 /src/websockets/doc | |
parent | 983314a9e9b8a29a369f18fdb21c39285d9e9f28 (diff) | |
download | qtwebsockets-7074823ba6eebc51e04437a24cff158260d4a700.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: I24d946bad60ef0c9e81517979abfa6e3969df0cb
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/websockets/doc')
-rw-r--r-- | src/websockets/doc/qtwebsockets.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/doc/qtwebsockets.qdocconf b/src/websockets/doc/qtwebsockets.qdocconf index ba77c82..4504d30 100644 --- a/src/websockets/doc/qtwebsockets.qdocconf +++ b/src/websockets/doc/qtwebsockets.qdocconf @@ -4,7 +4,7 @@ project = QtWebSockets description = Qt WebSockets Reference Documentation version = $QT_VERSION -examplesinstallpath = websockets +examplesinstallpath = qtwebsockets/websockets qhp.projects = QtWebSockets |