summaryrefslogtreecommitdiffstats
path: root/src/statemachine/doc/qtstatemachine.qdocconf
blob: 5597121c54930542fd435380f2bb251ab40ab67f (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtscxml.qdocconf)

project                 = QtStateMachine
description             = Qt State Machine Reference Documentation
version                 = $QT_VERSION

imagedirs               = images src/images

# Install path for the examples
examplesinstallpath     = statemachine
exampledirs             = ../../../examples/statemachine \
                          snippets

qhp.QtStateMachine.subprojects = classes qmltypes examples
qhp.QtStateMachine.subprojects.classes.title      = C++ Classes
qhp.QtStateMachine.subprojects.classes.indexTitle = Qt State Machine C++ Classes
qhp.QtStateMachine.subprojects.classes.selectors  = class fake:headerfile
qhp.QtStateMachine.subprojects.classes.sortPages  = true
qhp.QtStateMachine.subprojects.qmltypes.title      = QML Types
qhp.QtStateMachine.subprojects.qmltypes.indexTitle = Qt State Machine QML Types
qhp.QtStateMachine.subprojects.qmltypes.selectors  = qmlclass
qhp.QtStateMachine.subprojects.qmltypes.sortPages  = true
qhp.QtStateMachine.subprojects.examples.title = Examples
qhp.QtStateMachine.subprojects.examples.indexTitle = Qt State Machine Examples
qhp.QtStateMachine.subprojects.examples.selectors = fake:example

qhp.projects            = QtStateMachine

qhp.QtStateMachine.file                = qtstatemachine.qhp
qhp.QtStateMachine.namespace           = org.qt-project.qtstatemachine.$QT_VERSION_TAG
qhp.QtStateMachine.virtualFolder       = qtstatemachine
qhp.QtStateMachine.indexTitle          = Qt StateMachine
qhp.QtStateMachine.indexRoot           =

depends += qtcore qtdoc qmake qtquick qtwidgets qtgui qtqml qtscxml

headerdirs = .. \
             ../gui \
             ../../statemachineqml \
             ../../../examples/statemachine

sourcedirs += .. \
              ../gui \
              ../../statemachineqml \
              ../../../examples/statemachine

tagfile = qtstatemachine.tags

navigation.landingpage = "Qt State Machine"
navigation.cppclassespage = "Qt State Machine C++ Classes"
navigation.qmltypespage = "Qt State Machine QML Types"

# Fail the documentation build if there are more warnings than the limit
warninglimit = 0