Fix example paths in example manifests that are used by Qt Creator.
Task-number: QTBUG-27801 Change-Id: I345c009fc0e4e1c1eabb43ad142e3b474e7a6fee Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
parent
e0a6af1d3c
commit
8534bb3dd6
@ -5,6 +5,8 @@ description = Qt Concurrent Reference Documentation
|
||||
url = http://qt-project.org/doc/qtconcurrent
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = qtconcurrent
|
||||
|
||||
qhp.projects = QtConcurrent
|
||||
|
||||
qhp.QtConcurrent.file = qtconcurrent.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt Core Reference Documentation
|
||||
url = http://qt-project.org/doc/qtcore
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = core
|
||||
|
||||
qhp.projects = QtCore
|
||||
|
||||
qhp.QtCore.file = qtcore.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt DBus Reference Documentation
|
||||
url = http://qt-project.org/doc/qtdbus
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = dbus
|
||||
|
||||
qhp.projects = QtDBus
|
||||
|
||||
qhp.QtDBus.file = qtdbus.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt GUI Reference Documentation
|
||||
url = http://qt-project.org/doc/qtgui
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = gui
|
||||
|
||||
qhp.projects = QtGui
|
||||
|
||||
qhp.QtGui.file = qtgui.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt Network Reference Documentation
|
||||
url = http://qt-project.org/doc/qtnetwork
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = network
|
||||
|
||||
qhp.projects = QtNetwork
|
||||
|
||||
qhp.QtNetwork.file = qtnetwork.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt OpenGL Reference Documentation
|
||||
url = http://qt-project.org/doc/qtopengl
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = opengl
|
||||
|
||||
qhp.projects = QtOpenGL
|
||||
|
||||
qhp.QtOpenGL.file = qtopengl.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt Print Support Reference Documentation
|
||||
url = http://qt-project.org/doc/qtprintsupport
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = printsupport
|
||||
|
||||
qhp.projects = QtPrintSupport
|
||||
|
||||
qhp.QtPrintSupport.file = qtprintsupport.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt SQL Reference Documentation
|
||||
url = http://qt-project.org/doc/qtsql
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = sql
|
||||
|
||||
qhp.projects = QtSql
|
||||
|
||||
qhp.QtSql.file = qtsql.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt Test Reference Documentation
|
||||
url = http://qt-project.org/doc/qttest
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = qtestlib
|
||||
|
||||
qhp.projects = QtTest
|
||||
|
||||
qhp.QtTest.file = qttest.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt Widgets Reference Documentation
|
||||
url = http://qt-project.org/doc/qtwidgets
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = widgets
|
||||
|
||||
qhp.projects = QtWidgets
|
||||
|
||||
qhp.QtWidgets.file = qtwidgets.qhp
|
||||
|
@ -5,6 +5,8 @@ description = Qt XML Reference Documentation
|
||||
url = http://qt-project.org/doc/qtxml
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = xml
|
||||
|
||||
qhp.projects = QtXml
|
||||
|
||||
qhp.QtXml.file = qtxml.qhp
|
||||
|
Loading…
Reference in New Issue
Block a user