summaryrefslogtreecommitdiffstats
path: root/src/network/doc/qtnetwork.qdocconf
blob: 59b02765fd2cdf984a4b3fba233d02e608cbe933 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtbase.qdocconf)

project                 = QtNetwork
description             = Qt Network Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = network

qhp.projects            = QtNetwork

qhp.QtNetwork.file         = qtnetwork.qhp
qhp.QtNetwork.namespace           = org.qt-project.qtnetwork.$QT_VERSION_TAG
qhp.QtNetwork.virtualFolder       = qtnetwork
qhp.QtNetwork.indexTitle          = Qt Network
qhp.QtNetwork.indexRoot           =

qhp.QtNetwork.subprojects         = classes
qhp.QtNetwork.subprojects.classes.title = C++ Classes
qhp.QtNetwork.subprojects.classes.indexTitle = Qt Network C++ Classes
qhp.QtNetwork.subprojects.classes.selectors = class fake:headerfile
qhp.QtNetwork.subprojects.classes.sortPages = true

tagfile                 = ../../../doc/qtnetwork/qtnetwork.tags

depends                 += qtcore qtgui qtdoc qmake qtcmake

headerdirs  += ..

sourcedirs  += .. \
               ../../../examples/network/doc/src

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

imagedirs   += images \
               ../../../examples/network/doc/images

manifestmeta.highlighted.names      = "QtNetwork/HTTP Example"

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

# Fail the documentation build if there are more warnings than the limit
warninglimit = 0