summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/qttestlib.qdocconf
blob: 899f94ec534aed0b2956f37db06949e104ee7bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtTestLib
description             = Qt Test Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = qtestlib

qhp.projects            = QtTestLib

qhp.QtTestLib.file                = qttestlib.qhp
qhp.QtTestLib.namespace           = org.qt-project.qttest.$QT_VERSION_TAG
qhp.QtTestLib.virtualFolder       = qttest
qhp.QtTestLib.indexTitle          = Qt Test
qhp.QtTestLib.indexRoot           =

qhp.QtTestLib.filterAttributes    = qttest $QT_VERSION qtrefdoc
qhp.QtTestLib.customFilters.Qt.name = QtTest $QT_VERSION
qhp.QtTestLib.customFilters.Qt.filterAttributes = qttest $QT_VERSION

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/qttestlib/qttestlib.tags

depends                 += qtcore qtdoc qtwidgets qtgui qmake qtquick

headerdirs  += ..

sourcedirs  += ..

exampledirs += ../../../examples/qtestlib \
               ../ \
               snippets

excludedirs += ../../../examples/widgets/doc

imagedirs   += images

# Add a thumbnail for examples that do not have images
manifestmeta.thumbnail.names = "QtTestLib/Chapter *"

navigation.landingpage = "Qt Test"
navigation.cppclassespage = "Qt Test C++ Classes"