Adjust qttestlib.qdocconf to create qttestlib/examples-manifest.xml
Change-Id: I6c4c8d9b69f135229bd0bd28e8e57738742f6bd8 Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
937e179727
commit
1edf28839f
@ -1,31 +1,31 @@
|
||||
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
project = qttestlib
|
||||
project = QtTestLib
|
||||
description = Qt Test Reference Documentation
|
||||
url = http://qt-project.org/doc/qttest
|
||||
url = http://qt-project.org/doc/qttestlib
|
||||
version = 5.0.0
|
||||
|
||||
examplesinstallpath = qtestlib
|
||||
examplesinstallpath = testlib
|
||||
|
||||
qhp.projects = QtTest
|
||||
qhp.projects = QtTestLib
|
||||
|
||||
qhp.QtTest.file = qttestlib.qhp
|
||||
qhp.QtTest.namespace = org.qt-project.qttest.500
|
||||
qhp.QtTest.virtualFolder = qttest
|
||||
qhp.QtTest.indexTitle = Qt Test
|
||||
qhp.QtTest.indexRoot =
|
||||
qhp.QtTestLib.file = qttestlib.qhp
|
||||
qhp.QtTestLib.namespace = org.qt-project.qttest.500
|
||||
qhp.QtTestLib.virtualFolder = qttest
|
||||
qhp.QtTestLib.indexTitle = Qt Test
|
||||
qhp.QtTestLib.indexRoot =
|
||||
|
||||
qhp.QtTest.filterAttributes = qttest 5.0.0 qtrefdoc
|
||||
qhp.QtTest.customFilters.Qt.name = QtTest 5.0.0
|
||||
qhp.QtTest.customFilters.Qt.filterAttributes = qttest 5.0.0
|
||||
qhp.QtTestLib.filterAttributes = qttestlib 5.0.0 qtrefdoc
|
||||
qhp.QtTestLib.customFilters.Qt.name = QtTestLib 5.0.0
|
||||
qhp.QtTestLib.customFilters.Qt.filterAttributes = qttest 5.0.0
|
||||
|
||||
qhp.QtTest.subprojects = classes
|
||||
qhp.QtTest.subprojects.classes.title = C++ Classes
|
||||
qhp.QtTest.subprojects.classes.indexTitle = Qt Test C++ Classes
|
||||
qhp.QtTest.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.QtTest.subprojects.classes.sortPages = true
|
||||
qhp.QtTestLib.subprojects = classes
|
||||
qhp.QtTestLib.subprojects.classes.title = C++ Classes
|
||||
qhp.QtTestLib.subprojects.classes.indexTitle = Qt Test C++ Classes
|
||||
qhp.QtTestLib.subprojects.classes.selectors = class fake:headerfile
|
||||
qhp.QtTestLib.subprojects.classes.sortPages = true
|
||||
|
||||
tagfile = ../../../doc/qttest/qttest.tags
|
||||
tagfile = ../../../doc/qttestlib/qttestlib.tags
|
||||
|
||||
depends += qtcore qtdoc qtwidgets qtgui
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user