aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-11-05 13:23:49 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 10:55:56 +0100
commit1906da15d32340571a04d3d7e2e190bfee26f213 (patch)
tree387e7e2b0f26bffe5508f3bd89d5357bdb65ba0c
parent60b944b773485646d3994377be74d7ae7d9669e2 (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: I6f00117c1980f5ceb59d71fedbe986f02ddab39b Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
-rw-r--r--src/macextras/doc/qtmacextras.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macextras/doc/qtmacextras.qdocconf b/src/macextras/doc/qtmacextras.qdocconf
index 2cc1c60..1b0f4cd 100644
--- a/src/macextras/doc/qtmacextras.qdocconf
+++ b/src/macextras/doc/qtmacextras.qdocconf
@@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtMacExtras
description = Qt Mac Extras Reference Documentation
-url = http://qt-project.org/doc/qt-$QT_VER/qtmacextras
+url = http://qt-project.org/doc/qt-$QT_VER
version = $QT_VERSION
exampledirs += ../../../examples/macextras \