summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-11-05 13:15:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 10:55:24 +0100
commit5f5e921723f32cb7801762ef1e4e45e8409f1d61 (patch)
treef32d253e55d71a6f8a530c344efecdc501fce681
parent0937e4582ef4db797b94647cd43c67a8915c538b (diff)
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: Icf2779378048acf1d1b039bed8292d202184d527 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
-rw-r--r--doc/config/qtdoc.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config/qtdoc.qdocconf b/doc/config/qtdoc.qdocconf
index 47fea49e6..95a118555 100644
--- a/doc/config/qtdoc.qdocconf
+++ b/doc/config/qtdoc.qdocconf
@@ -3,7 +3,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtDoc
description = Qt Reference Documentation
-url = http://qt-project.org/doc/qt-$QT_VER/qtdoc
+url = http://qt-project.org/doc/qt-$QT_VER
version = $QT_VERSION
depends += \