summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/qttest.qdocconf
blob: fd9d6a83d50589524fca41cf69fa49575f80cce8 (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
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtTest
description             = Qt Test Reference Documentation
url                     = http://qt-project.org/doc/qt-5.0/qttest
version                 = 5.0.0

qhp.projects            = QtTest

qhp.QtTest.file                = qttest.qhp
qhp.QtTest.namespace           = org.qt-project.qttest.500
qhp.QtTest.virtualFolder       = qdoc
qhp.QtTest.indexTitle          = Qt Test Reference Documentation
qhp.QtTest.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.QtTest.subprojects         = classes overviews examples
qhp.QtTest.subprojects.classes.title = Classes
qhp.QtTest.subprojects.classes.indexTitle = Qt Test's Classes
qhp.QtTest.subprojects.classes.selectors = class fake:headerfile
qhp.QtTest.subprojects.classes.sortPages = true
qhp.QtTest.subprojects.overviews.title = Overviews
qhp.QtTest.subprojects.overviews.indexTitle = All Overviews and HOWTOs
qhp.QtTest.subprojects.overviews.selectors = fake:page,group,module
qhp.QtTest.subprojects.examples.title = Qt Test Examples
qhp.QtTest.subprojects.examples.indexTitle = Qt Test Examples
qhp.QtTest.subprojects.examples.selectors = fake:example

tagfile                 = ../../../doc/qttest/qttest.tags

depends                 += qtcore

headerdirs  += ..

sourcedirs  += ..

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

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

imagedirs   += images