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

project                 = QtLinguist
description             = Qt Linguist Manual
examplesinstallpath     = linguist
moduleheader            =

qhp.projects            = QtLinguist

qhp.QtLinguist.file                = qtlinguist.qhp
qhp.QtLinguist.namespace           = org.qt-project.qtlinguist.$QT_VERSION_TAG
qhp.QtLinguist.virtualFolder       = qtlinguist
qhp.QtLinguist.indexTitle          = Qt Linguist Manual

qhp.QtLinguist.subprojects         = manual examples
qhp.QtLinguist.subprojects.manual.title = Manual
qhp.QtLinguist.subprojects.manual.indexTitle = All topics
qhp.QtLinguist.subprojects.manual.type = manual
qhp.QtLinguist.subprojects.examples.title = Examples
qhp.QtLinguist.subprojects.examples.indexTitle = Qt Linguist Examples
qhp.QtLinguist.subprojects.examples.selectors = fake:example
qhp.QtLinguist.subprojects.examples.sortPages = true

language                = Cpp

sourcedirs              = .

exampledirs             = ../../../../examples/linguist \
                          snippets

imagedirs               = images

# Add thumbnails for YouTube links
{HTML.extraimages,DocBook.extraimages,qhp.QtDoc.extraFiles} += images/xNIz78IPBu0.jpg

depends                 += qtdoc qtqml qtquick qtcore qtgui qmake qtcmake

navigation.landingpage = "Qt Linguist Manual"
navigation.toctitles = \
    "Release managers" \
    "Translators" \
    "Developers" \
        "Examples" \

navigation.toctitles.inclusive = true

# Enforce zero documentation warnings
warninglimit = 0