aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qmllive-project.qdocconf
blob: 5744d9fc9ba207154893116c394a004615a8c074 (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 = QmlLive
description = Pelagicore QmlLive Reference Documentation
url = https://doc.qt.io/QtQmlLive
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 QmlLive
qhp.QmlLive.indexRoot           =

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

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

navigation.homepage = "Qt QmlLive"
buildversion = "Qt QmlLive $QT_VERSION"