summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/qtbluetooth.qdocconf
blob: a994652bcfd74349d5a90611506176c12a287edb (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
56
57
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtBluetooth
description             = Qt Bluetooth Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = bluetooth

qhp.projects            = QtBluetooth

qhp.QtBluetooth.file                = qtbluetooth.qhp
qhp.QtBluetooth.namespace           = org.qt-project.qtbluetooth.$QT_VERSION_TAG
qhp.QtBluetooth.virtualFolder       = qtbluetooth
qhp.QtBluetooth.indexTitle          = Qt Bluetooth
qhp.QtBluetooth.indexRoot           =

qhp.QtBluetooth.filterAttributes    = qtbluetooth $QT_VERSION qtrefdoc
qhp.QtBluetooth.customFilters.Qt.name = QtBluetooth $QT_VERSION
qhp.QtBluetooth.customFilters.Qt.filterAttributes = qtbluetooth $QT_VERSION
qhp.QtBluetooth.subprojects         = overviews classes qml examples
qhp.QtBluetooth.subprojects.classes.title = C++ Classes
qhp.QtBluetooth.subprojects.classes.indexTitle = Qt Bluetooth C++ Classes
qhp.QtBluetooth.subprojects.classes.selectors = class fake:headerfile
qhp.QtBluetooth.subprojects.classes.sortPages = true
qhp.QtBluetooth.subprojects.qml.title = QML Types
qhp.QtBluetooth.subprojects.qml.indexTitle = Qt Bluetooth QML Types
qhp.QtBluetooth.subprojects.qml.selectors = fake:headerfile
qhp.QtBluetooth.subprojects.qml.sortPages = true
qhp.QtBluetooth.subprojects.overviews.title = Overviews
qhp.QtBluetooth.subprojects.overviews.indexTitle = Qt Bluetooth Overview
qhp.QtBluetooth.subprojects.overviews.selectors = fake:page,group,module
qhp.QtBluetooth.subprojects.examples.title = Qt Bluetooth Examples
qhp.QtBluetooth.subprojects.examples.indexTitle = Qt Bluetooth Examples
qhp.QtBluetooth.subprojects.examples.selectors = fake:example

tagfile                 = ../../../doc/qtbluetooth/qtbluetooth.tags

depends += qtcore qtdoc qtquick

headerdirs  += .. \
                ../../imports/bluetooth

sourcedirs  += .. \
                ../../imports/bluetooth \

exampledirs += ../../../examples/bluetooth \
               snippets/ \
               ../

manifestmeta.thumbnail.names = "QtBluetooth/Bluetooth Low Energy Heart Rate Server Example"
manifestmeta.highlighted.names += "QtBluetooth/Bluetooth Low Energy Heart Rate Game"

imagedirs   += images

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