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: Ifa55fcd9e402b0e184a41e316340e46aeb7101de Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
parent
f0841085e7
commit
5c389cecd0
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QMake
|
||||
description = QMake Manual
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qmake
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
|
||||
qhp.projects = qmake
|
||||
|
||||
@ -75,4 +75,3 @@ depends += \
|
||||
qtx11extras \
|
||||
qtxml \
|
||||
qtxmlpatterns
|
||||
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtConcurrent
|
||||
description = Qt Concurrent Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtconcurrent
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtconcurrent
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtCore
|
||||
description = Qt Core Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtcore
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = core
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtGui
|
||||
description = Qt GUI Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtgui
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = gui
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtNetwork
|
||||
description = Qt Network Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtnetwork
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = network
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtPrintSupport
|
||||
description = Qt Print Support Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtprintsupport
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = printsupport
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtSql
|
||||
description = Qt SQL Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtsql
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = sql
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtTestLib
|
||||
description = Qt Test Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qttestlib
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = testlib
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtGui
|
||||
description = Qt GUI Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtgui
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = gui
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtWidgets
|
||||
description = Qt Widgets Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtwidgets
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = widgets
|
||||
|
@ -2,7 +2,7 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QtXml
|
||||
description = Qt XML Reference Documentation
|
||||
url = http://qt-project.org/doc/qt-$QT_VER/qtxml
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = xml
|
||||
|
Loading…
Reference in New Issue
Block a user