diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-11-05 13:35:25 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-06 10:57:09 +0100 |
commit | 3bf41ceaec7f115d8f6f10d3fdf20d81bde6dafe (patch) | |
tree | 2c04d7e7699963f51bd51de457ccce70136b15af /src/svg | |
parent | 2af7e73f7e0335d28bb3de7c985a7305aba36a5e (diff) | |
download | qtsvg-3bf41ceaec7f115d8f6f10d3fdf20d81bde6dafe.tar.gz |
Doc: Updated url variable in qdocconf files.
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: Idde504f1ba9d6b5c2b62d31500a19ecc797af94d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src/svg')
-rw-r--r-- | src/svg/doc/qtsvg.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/doc/qtsvg.qdocconf b/src/svg/doc/qtsvg.qdocconf index 53151de..78c379e 100644 --- a/src/svg/doc/qtsvg.qdocconf +++ b/src/svg/doc/qtsvg.qdocconf @@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtSvg description = Qt SVG Reference Documentation -url = http://qt-project.org/doc/qt-$QT_VER/qtsvg +url = http://qt-project.org/doc/qt-$QT_VER version = $QT_VERSION qhp.projects = QtSvg |