summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/doc/qtassistant.qdocconf
blob: 8c93ae5332d3b290878705975778a1e152773908 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtAssistant
description             = Qt Assistant Manual
examplesinstallpath     = assistant

qhp.projects            = QtAssistant

qhp.QtAssistant.file                = qtassistant.qhp
qhp.QtAssistant.namespace           = org.qt-project.assistant.$QT_VERSION_TAG
qhp.QtAssistant.virtualFolder       = assistant
qhp.QtAssistant.indexTitle          = Qt Assistant Manual

qhp.QtAssistant.filterAttributes    = qt $QT_VERSION tools assistant
qhp.QtAssistant.customFilters.QtAssistant.name = Qt Assistant Manual
qhp.QtAssistant.customFilters.QtAssistant.filterAttributes = qt tools assistant
qhp.QtAssistant.subprojects         = manual examples
qhp.QtAssistant.subprojects.manual.title = Manual
qhp.QtAssistant.subprojects.manual.indexTitle = Qt Assistant Manual
qhp.QtAssistant.subprojects.manual.selectors = fake:page
qhp.QtAssistant.subprojects.examples.title = Examples
qhp.QtAssistant.subprojects.examples.indexTitle = Qt Assistant Examples
qhp.QtAssistant.subprojects.examples.selectors = fake:example
qhp.QtAssistant.subprojects.examples.sortPages = true

language                = Cpp

sourcedirs              = ..

exampledirs             = ../../../../examples/assistant \
                          snippets

imagedirs               = images

outputdir               = $QT_INSTALL_DOCS/qtassistant

depends                 += qtdoc qmake

# Use a generic thumbnail image for examples that have no images in their docs
manifestmeta.thumbnail.names += "QtAssistant/Remote Control Example"

navigation.landingpage = "Qt Assistant Manual"