summaryrefslogtreecommitdiffstats
path: root/src/location/doc/qtlocation.qdocconf
blob: 920871b72640aceed3ee2b7ca7947448bc6f033a (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)
include($QT_INSTALL_DOCS/config/exampleurl-qtlocation.qdocconf)

project           = QtLocation
description    = Qt Location Reference Documentation
version          = $QT_VERSION

qhp.projects            = QtLocation

qhp.QtLocation.file                = qtlocation.qhp
qhp.QtLocation.namespace           = org.qt-project.qtlocation.$QT_VERSION_TAG
qhp.QtLocation.virtualFolder       = qtlocation
qhp.QtLocation.indexTitle          = Qt Location
qhp.QtLocation.indexRoot           =

qhp.QtLocation.subprojects         = classes qml examples
qhp.QtLocation.subprojects.classes.title = C++ Classes
qhp.QtLocation.subprojects.classes.indexTitle = Qt Location C++ Classes
qhp.QtLocation.subprojects.classes.selectors = class fake:headerfile
qhp.QtLocation.subprojects.classes.sortPages = true
qhp.QtLocation.subprojects.qml.title = QML Types
qhp.QtLocation.subprojects.qml.indexTitle = Qt Location QML Types
qhp.QtLocation.subprojects.qml.selectors = qmlclass
qhp.QtLocation.subprojects.qml.sortPages = true
qhp.QtLocation.subprojects.examples.title = Qt Location Examples
qhp.QtLocation.subprojects.examples.indexTitle = Qt Location Examples
qhp.QtLocation.subprojects.examples.selectors = fake:example

tagfile                 = ../../../doc/qtlocation/qtlocation.tags

depends += qtcore qtdoc qtgui qtwidgets qtquick qtquickcontrols qtqml qtqmlmodels qtnetwork qtpositioning qtlinguist

headerdirs  +=  ..

sourcedirs  +=  ..

examplesinstallpath = location

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

imagedirs   += images

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

manifestmeta.highlighted.names = \
    "QtLocation/GeoJson Viewer (QML)" \
    "QtLocation/Map Viewer (QML)" \
    "QtLocation/Places Map (QML)"

# Fail the documentation build when warnings get introduced
warninglimit = 0