From 120c2267e1960c03a22531c2d5bfe1d87d401ad9 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 5 Nov 2013 13:40:02 +0100 Subject: 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: I9ec7609bfeae7bcf393b61941052f921fc328db7 Reviewed-by: Leena Miettinen Reviewed-by: Venugopal Shivashankar --- src/x11extras/doc/qtx11extras.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11extras/doc/qtx11extras.qdocconf b/src/x11extras/doc/qtx11extras.qdocconf index cc03563..511d6cd 100644 --- a/src/x11extras/doc/qtx11extras.qdocconf +++ b/src/x11extras/doc/qtx11extras.qdocconf @@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) project = QtX11Extras description = Qt X11 Extras Reference Documentation -url = http://qt-project.org/doc/qt-$QT_VER/qtx11extras +url = http://qt-project.org/doc/qt-$QT_VER version = $QT_VERSION qhp.projects = QtX11Extras -- cgit v1.2.1