Doc: Removed "url" variable from qdocconf files.
url is set in qtbase/doc/global which is inherited by the Qt 5 module qdocconf files. Change-Id: Ieffa174f598f4a3b8ce8be9bfae7ca9b6981f12b Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
7c99231c55
commit
e4661df947
@ -2,7 +2,6 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QMake
|
||||
description = QMake Manual
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
|
||||
qhp.projects = qmake
|
||||
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtconcurrent
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = core
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = gui
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = network
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = printsupport
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = sql
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = testlib
|
||||
|
@ -2,7 +2,6 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = QDoc
|
||||
description = QDoc Manual
|
||||
url = http://qt-project.org/doc/qt-$QT_VER
|
||||
version = $QT_VERSION
|
||||
|
||||
sourcedirs = ..
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = gui
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = widgets
|
||||
|
@ -2,7 +2,6 @@ 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
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = xml
|
||||
|
Loading…
Reference in New Issue
Block a user