summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/comprehensiveproject.qdocconf
blob: e6751e2b73a4318c20685cdddac5e09d21824807 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
sources.fileextensions = "*.qml *.cpp *.qdoc"
headers.fileextensions = "*.h"

# images
imagedirs = ./src/images

# zero warning policy
warninglimit = 0
warninglimit.enabled = true

# don't write host system-specific paths to index files
locationinfo = false

outputformats = HTML WebXML DocBook
HTML.nosubdirs = true
HTML.outputsubdir = html
WebXML.nosubdirs = true
WebXML.outputsubdir = webxml
DocBook.nosubdirs = true
DocBook.outputsubdir = docbook
DocBook.its = true
DocBook.usedocbookextensions = true

includepaths += -I./src

headerdirs = ./src \
             ./src/qml
sourcedirs = ./src \
             ./src/qml
exampledirs = ./src/snippets \
              ./src/qml

macro.CMDFN = \\\\fn
macro.nothing = \\dontdocument ()
macro.testnoautolist = \\if defined(test_noautolist)\n\\noautolist\n\\endif

navigation.cppclassespage = "QDoc Test C++ Classes"

defines += test_ignoresince
defines += test_nestedmacro
defines += test_properties

macro.ver               = "\1"
macro.ver.match         = "^(\\d+\\.\\d+)"
macro.versionnote.HTML      = "<p><b>This \1 was introduced in version \2.</b></p>\n"
macro.versionnote.DocBook   = "<db:para>This \1 was introduced in version \2.</db:para>\n"

moduleheader = TestCPP

project = Test
description = "A test project for QDoc build artifacts"

examples.fileextensions = "*.qml *.cpp"

macro.begincomment      = "\\c{/*}"
macro.QDocTestVer       = "1.1"

navigation.qmltypespage     = "QDoc.Test QML Module"
navigation.qmltypestitle    = "Types"
warninglimit += 1

manifestmeta.examplecategories = "Application Examples" \
                                 "Desktop" \
                                 "Mobile" \
                                 "Embedded"
tagfile = testtagfile.tags
version = 6.2.11

examplesinstallpath = test

exampledirs += ./src/examples

excludedirs += ./src/examples/demos/demo/excludes

# Configure .qhp generation
qhp.projects            = Test

qhp.Test.file           = test.qhp
qhp.Test.namespace      = org.qt-project.test.001
qhp.Test.virtualFolder  = test
qhp.Test.indexTitle     = UI Components
qhp.Test.indexRoot      =

qhp.Test.subprojects    = test classes qmltypes undefined
qhp.Test.subprojects.test.title       = Test
qhp.Test.subprojects.test.indexTitle  = UI Components
qhp.Test.subprojects.test.selectors   = doc:page fake:example module qmlmodule
qhp.Test.subprojects.test.sortPages   = true

qhp.Test.subprojects.classes.title      = Classes
qhp.Test.subprojects.classes.indexTitle = QDoc Test C++ Classes
qhp.Test.subprojects.classes.selectors  = class namespace doc:headerfile boop:whatever
qhp.Test.subprojects.classes.sortPages  = true

qhp.Test.subprojects.qmltypes.title      = QML Types
qhp.Test.subprojects.qmltypes.indexTitle = UI Components
qhp.Test.subprojects.qmltypes.selectors  = qmlmodule:UIComponents,QDoc.Test
qhp.Test.subprojects.qmltypes.sortPages  = true

# Add some meta-data to the example
manifestmeta.filters = test

manifestmeta.test.names = *
manifestmeta.test.attributes = isTest:true
manifestmeta.test.tags = test