summaryrefslogtreecommitdiffstats
path: root/src/scxml/doc/qtscxml.qdocconf
blob: 4902ae4a210c29a46cf917e4a9034cf2d93f9c14 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtScxml
description             = Qt Scxml Reference Documentation
version                 = $QT_VERSION

# Install path for the examples. For Qt 5.6, the convention
# is to use the repository name as the install location
# under QT_INSTALL_EXAMPLES.
examplesinstallpath     = scxml
exampledirs             = ../../../examples/scxml
imagedirs               = ../../../examples/doc/images

examples.fileextensions += "*.scxml"

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

qhp.projects            = QtScxml

qhp.QtScxml.file                = qtscxml.qhp
qhp.QtScxml.namespace           = org.qt-project.qtscxml.$QT_VERSION_TAG
qhp.QtScxml.virtualFolder       = qtscxml
qhp.QtScxml.indexTitle          = Qt SCXML
qhp.QtScxml.indexRoot           =

depends += qtcore qtdoc qmake qtquick qtwidgets

headerdirs = .. ../../imports/scxmlstatemachine
sourcedirs += .. \
              ../../imports/scxmlstatemachine \
              ../../../tools/qscxmlc/doc \
              ../../../examples/scxml

excludefiles += "../qscxmlexecutablecontent_p.h"

tagfile = qtscxml.tags

manifestmeta.highlighted.names = "QtScxml/Qt SCXML Calculator QML Example" \
                                 "QtScxml/Qt SCXML Traffic Light QML Example (Dynamic)"

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