diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-11-05 13:38:48 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-30 18:02:14 +0100 |
commit | 634cddbfef6a40b991bcdf8e68e5329747f43c57 (patch) | |
tree | 65f3409afaaf4a61ce7e94f0c9662a2cbb4e13f7 | |
parent | 0a67390da5afed7c3308ae940624a983fbdd99b8 (diff) | |
download | qtwebkit-examples-634cddbfef6a40b991bcdf8e68e5329747f43c57.tar.gz |
Doc: Updated url variable in qdocconf files.v5.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: If867f487719da5cccf1b0edd91f620728885b1fd
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r-- | doc/qtwebkitexamples.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qtwebkitexamples.qdocconf b/doc/qtwebkitexamples.qdocconf index 8a760a3..b468664 100644 --- a/doc/qtwebkitexamples.qdocconf +++ b/doc/qtwebkitexamples.qdocconf @@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtWebKitExamples description = "Qt WebKit Examples Documentation" -url = http://qt-project.org/doc/qt-$QT_VER/qtwebkitexamples +url = http://qt-project.org/doc/qt-$QT_VER version = $QT_VERSION # Defines the name of the project. You cannot use operators (+, =, -) in |