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

project                 = QtSensors
description             = Qt Sensors Reference Documentation
url                     = http://qt-project.org/doc/qt-$QT_VER/qtsensors
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.filterAttributes    = qtsensors $QT_VERSION qtrefdoc
qhp.QtSensors.customFilters.Qt.name = QtSensors $QT_VERSION
qhp.QtSensors.customFilters.Qt.filterAttributes = qtsensors $QT_VERSION
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 = fake: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 fake: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 = fake:qmlclass
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 = fake:example

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

headerdirs  += .. \
                ../../imports/sensors \
                ../../plugins/sensors

sourcedirs  += .. \
                ../../imports/sensors \
                ../../plugins/sensors

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

# Specify the install path under QT_INSTALL_EXAMPLES
examplesinstallpath = sensors

imagedirs   += images

depends += qtcore qtdoc qtgui

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