Skip to content

Commit

Permalink
Doc: Remove repository name from examplesinstallpath
Browse files Browse the repository at this point in the history
Examples in binary packages now directly match the install path.

Change-Id: Ic1487bc766cfd3b0a0a340cc4ae4ba49d953eaa6
Task-number: QTBUG-52953
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
Topi Reinio authored and jaheikk committed May 12, 2016
1 parent d8d4129 commit 72e3fcc
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/concurrent/doc/qtconcurrent.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtConcurrent
description = Qt Concurrent Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/qtconcurrent
examplesinstallpath = qtconcurrent

qhp.projects = QtConcurrent

Expand Down
2 changes: 1 addition & 1 deletion src/corelib/doc/qtcore.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtCore
description = Qt Core Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/corelib
examplesinstallpath = corelib

qhp.projects = QtCore

Expand Down
2 changes: 1 addition & 1 deletion src/dbus/doc/qtdbus.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sourcedirs += .. \
../../../examples/dbus/doc/src
excludedirs += ../../../examples/widgets/doc

examplesinstallpath = qtbase/dbus
examplesinstallpath = dbus

depends += qtdoc qtcore

Expand Down
2 changes: 1 addition & 1 deletion src/gui/doc/qtgui.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtGui
description = Qt GUI Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/gui
examplesinstallpath = gui

qhp.projects = QtGui

Expand Down
2 changes: 1 addition & 1 deletion src/network/doc/qtnetwork.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtNetwork
description = Qt Network Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/network
examplesinstallpath = network

qhp.projects = QtNetwork

Expand Down
2 changes: 1 addition & 1 deletion src/opengl/doc/qtopengl.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/platformheaders/doc/qtplatformheaders.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtPlatformHeaders
description = Qt Platform Headers Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/qtplatformheaders
examplesinstallpath = qtplatformheaders

qhp.projects = QtPlatformHeaders

Expand Down
2 changes: 1 addition & 1 deletion src/printsupport/doc/qtprintsupport.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtPrintSupport
description = Qt Print Support Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/printsupport
examplesinstallpath = printsupport

qhp.projects = QtPrintSupport

Expand Down
2 changes: 1 addition & 1 deletion src/sql/doc/qtsql.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtSql
description = Qt SQL Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/sql
examplesinstallpath = sql

qhp.projects = QtSql

Expand Down
2 changes: 1 addition & 1 deletion src/testlib/doc/qttestlib.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtTestLib
description = Qt Test Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/testlib
examplesinstallpath = testlib

qhp.projects = QtTestLib

Expand Down
2 changes: 1 addition & 1 deletion src/widgets/doc/qtwidgets.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtWidgets
description = Qt Widgets Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/widgets
examplesinstallpath = widgets

qhp.projects = QtWidgets

Expand Down
2 changes: 1 addition & 1 deletion src/xml/doc/qtxml.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project = QtXml
description = Qt XML Reference Documentation
version = $QT_VERSION

examplesinstallpath = qtbase/xml
examplesinstallpath = xml

qhp.projects = QtXml

Expand Down

0 comments on commit 72e3fcc

Please sign in to comment.