summaryrefslogtreecommitdiffstats
path: root/src/nfc/doc/qtnfc.qdocconf
blob: 61ed15b60a23c9bf279913e7fc2183693f82b36d (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtNfc
description             = Qt NFC Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = nfc

qhp.projects            = QtNfc

qhp.QtNfc.file                = qtnfc.qhp
qhp.QtNfc.namespace           = org.qt-project.qtnfc.$QT_VERSION_TAG
qhp.QtNfc.virtualFolder       = qtnfc
qhp.QtNfc.indexTitle          = Qt NFC
qhp.QtNfc.indexRoot           =

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

tagfile                 = ../../../doc/qtnfc/qtnfc.tags

depends += qtcore qtdoc

headerdirs  += .. \
                ../../imports/nfc

sourcedirs  += .. \
                ../../imports/nfc \

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


imagedirs   += images

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