summaryrefslogtreecommitdiffstats
path: root/src/oauth/doc/qtnetworkauth.qdocconf
blob: 246038ea4f28e49e12bfd93b5b9ef8e01a682349 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtNetworkAuth
description             = Qt Network Authorization Reference Documentation
version                 = $QT_VERSION

qhp.projects            = QtNetworkAuth

qhp.QtNetworkAuth.file         = qtnetworkauth.qhp
qhp.QtNetworkAuth.namespace           = org.qt-project.qtnetworkauth.$QT_VERSION_TAG
qhp.QtNetworkAuth.virtualFolder       = qtnetworkauth
qhp.QtNetworkAuth.indexTitle          = Qt Network Authorization
qhp.QtNetworkAuth.indexRoot           =

qhp.QtNetworkAuth.filterAttributes    = qtnetworkauth $QT_VERSION qtrefdoc
qhp.QtNetworkAuth.customFilters.Qt.name = QtNetworkAuthorization $QT_VERSION
qhp.QtNetworkAuth.customFilters.Qt.filterAttributes = qtnetworkauth $QT_VERSION

qhp.QtNetworkAuth.subprojects         = classes
qhp.QtNetworkAuth.subprojects.classes.title = C++ Classes
qhp.QtNetworkAuth.subprojects.classes.indexTitle = Qt Network Authorization C++ Classes
qhp.QtNetworkAuth.subprojects.classes.selectors = class doc:headerfile
qhp.QtNetworkAuth.subprojects.classes.sortPages = true

tagfile                 = qtnetworkauth.tags

depends                 += qtcore qtnetwork qtdoc

headerdirs  += ..
sourcedirs  += ..
#imagedirs  += images

examplesinstallpath     = oauth
exampledirs += ../../../examples/oauth

navigation.landingpage = "Qt Network Authorization"
navigation.cppclassespage = "Qt Network Authorization C++ Classes"

# TODO: Remove once out of technology preview
navigation.homepage = "Qt Documentation (Technology Preview)"