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

project                 = QtAssistant
description             = Qt Assistant Manual
examplesinstallpath     = assistant
moduleheader            =

qhp.projects            = QtAssistant

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

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

depends                 += qtdoc qmake

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

# Highlighted example for Desktop category
manifestmeta.highlighted.names = "QtAssistant/Simple Text Viewer Example"

navigation.landingpage = "Qt Assistant Manual"