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

moduleheader = QMLLiveDoc
includepaths += -I ../src

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          = QML Live
qhp.QMLLive.indexRoot           =

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

qhp.QMLLive.subprojects = manual
qhp.QMLLive.subprojects.manual.title = QML Live
qhp.QMLLive.subprojects.manual.indexTitle = QML Live
qhp.QMLLive.subprojects.manual.type = manual

depends = qtcore qtqml qtquick qtnetwork qtautomotivesuite

navigation.homepage = "Qt Automotive Suite"
navigation.landingpage = "QML Live"
buildversion = "QML Live $QT_VERSION"