summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/qtbluetooth.qdocconf
blob: 5ba0fb2d877709892c8bbc01ab8226bfa759fb3e (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
58
59
60
61
62
63
64
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtconnectivity.qdocconf)

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

examplesinstallpath     = bluetooth

# Path to the root of qtconnectivity (for automatic linking to source code)
url.sources.rootdir     = ../../..

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.subprojects = manual examples classes

qhp.QtBluetooth.subprojects.manual.title = Qt Bluetooth
qhp.QtBluetooth.subprojects.manual.indexTitle = Qt Bluetooth module topics
qhp.QtBluetooth.subprojects.manual.type = manual

qhp.QtBluetooth.subprojects.examples.title = Qt Bluetooth Examples
qhp.QtBluetooth.subprojects.examples.indexTitle = Qt Bluetooth Examples
qhp.QtBluetooth.subprojects.examples.selectors = fake:example
qhp.QtBluetooth.subprojects.examples.sortPages = true

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

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

depends += qtcore qtgui qtwidgets qtdoc qtquick qtcmake qmake

headerdirs  += ..

sourcedirs  += ..

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

manifestmeta.thumbnail.names = "QtBluetooth/Bluetooth Low Energy Heart Rate Server"

manifestmeta.highlighted.names = \
    "QtBluetooth/Bluetooth Low Energy Heart Rate Game" \
    "QtBluetooth/Bluetooth Low Energy Scanner"

imagedirs   += images

navigation.landingpage = "Qt Bluetooth"
navigation.cppclassespage = "Qt Bluetooth C++ Classes"
# Auto-generate navigation linking based on "Qt Bluetooth module topics":
navigation.toctitles = "Qt Bluetooth module topics"
navigation.toctitles.inclusive = false

# Enforce zero documentation warnings
warninglimit = 0