Doc: Update examplesinstallpath to include the repository name

The examplesinstallpath variable in .qdocconf files defines the path
under QT_INSTALL_EXAMPLES where examples are found.

To match the way examples are packaged in Qt 5.6, prefix each
install path with the repository name.

Task-number: QTBUG-48736
Change-Id: I6a35c94fdacaad21cd044411aba02027b9019300
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
This commit is contained in:
Topi Reinio 2015-10-13 12:20:37 +02:00 committed by Topi Reiniö
parent 04fe7af33f
commit d159fe199f
13 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ project = QtConcurrent
description = Qt Concurrent Reference Documentation
version = $QT_VERSION
examplesinstallpath = qtconcurrent
examplesinstallpath = qtbase/qtconcurrent
qhp.projects = QtConcurrent

View File

@ -4,7 +4,7 @@ project = QtCore
description = Qt Core Reference Documentation
version = $QT_VERSION
examplesinstallpath = corelib
examplesinstallpath = qtbase/corelib
qhp.projects = QtCore

View File

@ -19,7 +19,7 @@ sourcedirs += .. \
../../../examples/dbus/doc/src
excludedirs += ../../../examples/widgets/doc
examplesinstallpath = dbus
examplesinstallpath = qtbase/dbus
depends += qtdoc qtcore

View File

@ -4,7 +4,7 @@ project = QtGui
description = Qt GUI Reference Documentation
version = $QT_VERSION
examplesinstallpath = gui
examplesinstallpath = qtbase/gui
qhp.projects = QtGui

View File

@ -4,7 +4,7 @@ project = QtNetwork
description = Qt Network Reference Documentation
version = $QT_VERSION
examplesinstallpath = network
examplesinstallpath = qtbase/network
qhp.projects = QtNetwork

View File

@ -21,7 +21,7 @@ imagedirs += images \
depends += qtdoc qtcore qtgui qtwidgets qmake
examplesinstallpath = opengl
examplesinstallpath = qtbase/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

View File

@ -4,7 +4,7 @@ project = QtPlatformHeaders
description = Qt Platform Headers Reference Documentation
version = $QT_VERSION
examplesinstallpath = qtplatformheaders
examplesinstallpath = qtbase/qtplatformheaders
qhp.projects = QtPlatformHeaders

View File

@ -4,7 +4,7 @@ project = QtPrintSupport
description = Qt Print Support Reference Documentation
version = $QT_VERSION
examplesinstallpath = printsupport
examplesinstallpath = qtbase/printsupport
qhp.projects = QtPrintSupport

View File

@ -4,7 +4,7 @@ project = QtSql
description = Qt SQL Reference Documentation
version = $QT_VERSION
examplesinstallpath = sql
examplesinstallpath = qtbase/sql
qhp.projects = QtSql

View File

@ -4,7 +4,7 @@ project = QtTestLib
description = Qt Test Reference Documentation
version = $QT_VERSION
examplesinstallpath = testlib
examplesinstallpath = qtbase/testlib
qhp.projects = QtTestLib

View File

@ -4,7 +4,7 @@ project = QtGui
description = Qt GUI Reference Documentation
version = $QT_VERSION
examplesinstallpath = gui
examplesinstallpath = qtbase/gui
qhp.projects = QtGui

View File

@ -4,7 +4,7 @@ project = QtWidgets
description = Qt Widgets Reference Documentation
version = $QT_VERSION
examplesinstallpath = widgets
examplesinstallpath = qtbase/widgets
qhp.projects = QtWidgets

View File

@ -4,7 +4,7 @@ project = QtXml
description = Qt XML Reference Documentation
version = $QT_VERSION
examplesinstallpath = xml
examplesinstallpath = qtbase/xml
qhp.projects = QtXml