summaryrefslogtreecommitdiffstats
path: root/src/nfc/doc/qtnfc.qdocconf
blob: 10aede7fda8c6f29da306c4159cf0671d98b9ef6 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtconnectivity.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.subprojects         = overviews classes 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.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 qtwidgets qtdoc qmake qtcmake

headerdirs  += ..

sourcedirs  += ..

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

imagedirs   += images

manifestmeta.highlighted.names = \
    "QtNfc/Annotated URL"

navigation.landingpage = "Qt NFC"
navigation.cppclassespage = "Qt NFC C++ Classes"

# Enforce zero documentation warnings
warninglimit = 0