summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/qtsensors.qdocconf
blob: b75699274e567c8a24a595165920e51ec5b8fe79 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtsensors.qdocconf)

project                 = QtSensors
description             = Qt Sensors Reference Documentation
version                 = $QT_VERSION

qhp.projects            = QtSensors

qhp.QtSensors.file                = qtsensors.qhp
qhp.QtSensors.namespace           = org.qt-project.qtsensors.$QT_VERSION_TAG
qhp.QtSensors.virtualFolder       = qtsensors
qhp.QtSensors.indexTitle          = Qt Sensors
qhp.QtSensors.indexRoot           =

qhp.QtSensors.subprojects         = overviews classes qmltypes examples
qhp.QtSensors.subprojects.overviews.title = Overview
qhp.QtSensors.subprojects.overviews.indexTitle = Qt Sensors
qhp.QtSensors.subprojects.overviews.selectors = doc:page,group,module
qhp.QtSensors.subprojects.classes.title = C++ Classes
qhp.QtSensors.subprojects.classes.indexTitle = Qt Sensors C++ Classes
qhp.QtSensors.subprojects.classes.selectors = class headerfile
qhp.QtSensors.subprojects.classes.sortPages = true
qhp.QtSensors.subprojects.qmltypes.title = QML Types
qhp.QtSensors.subprojects.qmltypes.indexTitle = Qt Sensors QML Types
qhp.QtSensors.subprojects.qmltypes.selectors = qmltype
qhp.QtSensors.subprojects.qmltypes.sortPages = true
qhp.QtSensors.subprojects.examples.title = Examples
qhp.QtSensors.subprojects.examples.indexTitle = Qt Sensors Examples
qhp.QtSensors.subprojects.examples.selectors = doc:example

tagfile                 = ../../../doc/qtsensors/qtsensors.tags

{headerdirs,sourcedirs} += .. \
                ../../sensorsquick \
                ../../plugins/sensors

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

# Specify the install path under QT_INSTALL_EXAMPLES
examplesinstallpath = sensors

imagedirs   += images

depends += qtcore qtdoc qtgui qtquick qtcmake

# Highlighted examples
manifestmeta.highlighted.names = "QtSensors/Sensors Showcase"

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