aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qmllive-project.qdocconf
blob: d93882bb265ac38762645b67dc28589858632095 (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
project = QML Live
description = Pelagicore QML Live Reference Documentation
url = https://doc.qt.io/QmlLive
version = $QT_VERSION

sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"

examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml"
examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"

exampledirs = ../examples ../src

headerdirs = \
    ../src

sourcedirs = \
    . \
    ../src \
    ../examples

imagedirs = images

qhp.projects                    = QmlLive
qhp.QmlLive.file                = qmllive.qhp
qhp.QmlLive.namespace           = io.qt.qmllive.$QT_VERSION_TAG
qhp.QmlLive.virtualFolder       = qmllive
qhp.QmlLive.indexTitle          = Qt QML Live
qhp.QmlLive.indexRoot           =

qhp.QmlLive.filterAttributes = QmlLive $QT_VERSION
qhp.QmlLive.customFilters.QmlLive.name = QML Live $QT_VERSION
qhp.QmlLive.customFilters.QmlLive.filterAttributes = QmlLive $QT_VERSION

qhp.QmlLive.subprojects = manual
qhp.QmlLive.subprojects.manual.title = Qt QML Live
qhp.QmlLive.subprojects.manual.indexTitle = Qt QML Live
qhp.QmlLive.subprojects.manual.type = manual

navigation.landingpage = "Qt QML Live"
buildversion = "Qt QML Live $QT_VERSION"