diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-11-05 13:40:02 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-06 10:58:04 +0100 |
commit | 120c2267e1960c03a22531c2d5bfe1d87d401ad9 (patch) | |
tree | 4d310d7da82c26c5e45f01db2939b03ed7f07764 /src/x11extras | |
parent | f0e400e1bca13176e56cf7bb323cd0a6393a85ea (diff) | |
download | qtx11extras-120c2267e1960c03a22531c2d5bfe1d87d401ad9.tar.gz |
Doc: Updated url variable in qdocconf files.v5.2.0-rc1v5.2.0
In 5.2, the HTML output is in a flatter structure and when they are
hosted in qt-project.org/doc, the documentation will be found at
http://qt-project.org/doc/qt-$QT_VER
The url variable is used by projects outside of Qt 5 which need
to link to Qt 5 documentation, such as Qt Creator.
Task-number: QTBUG-34584
Change-Id: I9ec7609bfeae7bcf393b61941052f921fc328db7
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/x11extras')
-rw-r--r-- | src/x11extras/doc/qtx11extras.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11extras/doc/qtx11extras.qdocconf b/src/x11extras/doc/qtx11extras.qdocconf index cc03563..511d6cd 100644 --- a/src/x11extras/doc/qtx11extras.qdocconf +++ b/src/x11extras/doc/qtx11extras.qdocconf @@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtX11Extras description = Qt X11 Extras Reference Documentation -url = http://qt-project.org/doc/qt-$QT_VER/qtx11extras +url = http://qt-project.org/doc/qt-$QT_VER version = $QT_VERSION qhp.projects = QtX11Extras |