summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/qttestlib.qdocconf
blob: 52e1480295b29d97b7b4cc9076c129a160116430 (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
48
49
50
51
52
53
54
55
56
57
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtbase.qdocconf)

project                 = QtTestLib
moduleheader            = QtTest
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 qtqmltest qtcmake

headerdirs  += ..

headers     += ../../corelib/kernel/qtestsupport_core.h \
               ../../gui/kernel/qtestsupport_gui.h \
               ../../widgets/kernel/qtestsupport_widgets.h

sourcedirs  += ..

sources     += ../../corelib/kernel/qtestsupport_core.cpp \
               ../../gui/kernel/qtestsupport_gui.cpp \
               ../../widgets/kernel/qtestsupport_widgets.cpp

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"