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

project                 = QtNetworkAuth
description             = Qt Network Authorization Reference Documentation
version                 = $QT_VERSION
buildversion            = Qt Network Authorization | Commercial or GPLv3

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.subprojects         = overview classes
qhp.QtNetworkAuth.subprojects.overview.title = Overview
qhp.QtNetworkAuth.subprojects.overview.indexTitle = OAuth 2.0 Overview
qhp.QtNetworkAuth.subprojects.overview.selectors = group:none

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 qtcmake qtgui qtwebengine

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

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

#manifestmeta.highlighted.names = "QtNetworkAuth/Twitter Timeline Example"

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

# Enforce zero documentation warnings
warninglimit = 0