summaryrefslogtreecommitdiffstats
path: root/src/doc/qtspeech.qdocconf
blob: 425927227887a71d414982b8bf65423230c386b5 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project = QtSpeech
description = Qt Text-To-Speech library
version = $QT_VERSION

sourcedirs += ..
headerdirs += ..

imagedirs += images

exampledirs += \
              ../../examples/speech

moduleheader = QtSpeechDoc

includepaths = -I . \
               -I $QT_INSTALL_HEADERS \
               -I $QT_INSTALL_HEADERS/QtCore

examplesinstallpath = speech

depends += qtcore qtdoc

tagfile                 = qtspeech.tags

qhp.projects            = QtSpeech

qhp.QtSpeech.file                = qtspeech.qhp
qhp.QtSpeech.namespace           = org.qt-project.qtspeech.$QT_VERSION_TAG
qhp.QtSpeech.virtualFolder       = qtspeech
qhp.QtSpeech.indexTitle          = Qt Speech
qhp.QtSpeech.indexRoot           =

qhp.QtSpeech.filterAttributes    = qtspeech $QT_VERSION qtrefdoc
qhp.QtSpeech.customFilters.Qt.name = QtSpeech $QT_VERSION
qhp.QtSpeech.customFilters.Qt.filterAttributes = qtspeech $QT_VERSION

qhp.QtSpeech.subprojects         = classes examples

qhp.QtSpeech.subprojects.classes.title = C++ Classes
qhp.QtSpeech.subprojects.classes.indexTitle = Qt Speech C++ Classes
qhp.QtSpeech.subprojects.classes.selectors = class
qhp.QtSpeech.subprojects.classes.sortPages = true

qhp.QtSpeech.subprojects.examples.title = Examples
qhp.QtSpeech.subprojects.examples.indexTitle = Hello Speak Example
qhp.QtSpeech.subprojects.examples.selectors = fake:example
qhp.QtSpeech.subprojects.examples.sortPages = true

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