aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-11-05 13:39:25 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 10:57:56 +0100
commitc86f2988bb8ef59fd9952ab4a90a9032a18738bb (patch)
tree8fc017432654b6d7ade3f71db639a8976e521665 /src
parentb600d6bca2ba196969de86fafedb42ad57969164 (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: Iddcfdd81a7a30ed6dfd52f14593dc8f3e015cbfe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/winextras/doc/qtwinextras.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winextras/doc/qtwinextras.qdocconf b/src/winextras/doc/qtwinextras.qdocconf
index c63c68c..138fea0 100644
--- a/src/winextras/doc/qtwinextras.qdocconf
+++ b/src/winextras/doc/qtwinextras.qdocconf
@@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtWinExtras
description = Qt Windows Extras Reference Documentation
-url = http://qt-project.org/doc/qt-$QT_VER/qtwinextras
+url = http://qt-project.org/doc/qt-$QT_VER
version = $QT_VERSION
exampledirs += ../../../examples/winextras \