summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-11-05 13:33:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 11:36:26 +0100
commite3af89e2630bba68d3f10a33bccdd19bbc46664d (patch)
treeb6dffa6577e3278bca19d222c20ebad0df23490e /src
parent303fc6d4c3a7e4a15fa9e92dc5448bb8f7982509 (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: Id4428de7ea0a7a4f7dd7a28d76927195c61755ce Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/sensors/doc/qtsensors.qdocconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/doc/qtsensors.qdocconf b/src/sensors/doc/qtsensors.qdocconf
index af17ad34..3fb33d93 100644
--- a/src/sensors/doc/qtsensors.qdocconf
+++ b/src/sensors/doc/qtsensors.qdocconf
@@ -3,7 +3,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtSensors
description = Qt Sensors Reference Documentation
-url = http://qt-project.org/doc/qt-$QT_VER/qtsensors
+url = http://qt-project.org/doc/qt-$QT_VER
version = $QT_VERSION
qhp.projects = QtSensors