Doc: Remove repository name from examplesinstallpath
Examples in binary packages now directly match the install path. Change-Id: Ic1487bc766cfd3b0a0a340cc4ae4ba49d953eaa6 Task-number: QTBUG-52953 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
d8d4129c1b
commit
72e3fcce38
@ -4,7 +4,7 @@ project = QtConcurrent
|
||||
description = Qt Concurrent Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/qtconcurrent
|
||||
examplesinstallpath = qtconcurrent
|
||||
|
||||
qhp.projects = QtConcurrent
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtCore
|
||||
description = Qt Core Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/corelib
|
||||
examplesinstallpath = corelib
|
||||
|
||||
qhp.projects = QtCore
|
||||
|
||||
|
@ -19,7 +19,7 @@ sourcedirs += .. \
|
||||
../../../examples/dbus/doc/src
|
||||
excludedirs += ../../../examples/widgets/doc
|
||||
|
||||
examplesinstallpath = qtbase/dbus
|
||||
examplesinstallpath = dbus
|
||||
|
||||
depends += qtdoc qtcore
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtGui
|
||||
description = Qt GUI Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/gui
|
||||
examplesinstallpath = gui
|
||||
|
||||
qhp.projects = QtGui
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtNetwork
|
||||
description = Qt Network Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/network
|
||||
examplesinstallpath = network
|
||||
|
||||
qhp.projects = QtNetwork
|
||||
|
||||
|
@ -21,7 +21,7 @@ imagedirs += images \
|
||||
|
||||
depends += qtdoc qtcore qtgui qtwidgets qmake
|
||||
|
||||
examplesinstallpath = qtbase/opengl
|
||||
examplesinstallpath = opengl
|
||||
|
||||
# The following parameters are for creating a qhp file, the qhelpgenerator
|
||||
# program can convert the qhp file into a qch file which can be opened in
|
||||
|
@ -4,7 +4,7 @@ project = QtPlatformHeaders
|
||||
description = Qt Platform Headers Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/qtplatformheaders
|
||||
examplesinstallpath = qtplatformheaders
|
||||
|
||||
qhp.projects = QtPlatformHeaders
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtPrintSupport
|
||||
description = Qt Print Support Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/printsupport
|
||||
examplesinstallpath = printsupport
|
||||
|
||||
qhp.projects = QtPrintSupport
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtSql
|
||||
description = Qt SQL Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/sql
|
||||
examplesinstallpath = sql
|
||||
|
||||
qhp.projects = QtSql
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtTestLib
|
||||
description = Qt Test Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/testlib
|
||||
examplesinstallpath = testlib
|
||||
|
||||
qhp.projects = QtTestLib
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtWidgets
|
||||
description = Qt Widgets Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/widgets
|
||||
examplesinstallpath = widgets
|
||||
|
||||
qhp.projects = QtWidgets
|
||||
|
||||
|
@ -4,7 +4,7 @@ project = QtXml
|
||||
description = Qt XML Reference Documentation
|
||||
version = $QT_VERSION
|
||||
|
||||
examplesinstallpath = qtbase/xml
|
||||
examplesinstallpath = xml
|
||||
|
||||
qhp.projects = QtXml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user