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

project                 = QtConcurrent
description             = Qt Concurrent Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = qtconcurrent

qhp.projects            = QtConcurrent

qhp.QtConcurrent.file         = qtconcurrent.qhp
qhp.QtConcurrent.namespace           = org.qt-project.qtconcurrent.$QT_VERSION_TAG
qhp.QtConcurrent.virtualFolder       = qtconcurrent
qhp.QtConcurrent.indexTitle          = Qt Concurrent
qhp.QtConcurrent.indexRoot           =

qhp.QtConcurrent.subprojects         = classes examples
qhp.QtConcurrent.subprojects.classes.title = C++ Classes
qhp.QtConcurrent.subprojects.classes.indexTitle = Qt Concurrent C++ Classes
qhp.QtConcurrent.subprojects.classes.selectors = class fake:headerfile
qhp.QtConcurrent.subprojects.classes.sortPages = true
qhp.QtConcurrent.subprojects.examples.title = Qt Concurrent Examples
qhp.QtConcurrent.subprojects.examples.indexTitle = Qt Concurrent Examples
qhp.QtConcurrent.subprojects.examples.selectors = fake:example

tagfile                 = ../../../doc/qtconcurrent/qtconcurrent.tags

depends                 += qtcore qtnetwork qtdoc qmake qtcmake

headerdirs  += ..

sourcedirs  += ..

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

excludedirs += snippets

imagedirs   += images

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

# Enforce zero documentation warnings
warninglimit = 0