summaryrefslogtreecommitdiffstats
path: root/src/linguist/linguist/doc/qtlinguist.qdocconf
blob: b082f1e627bd3945ac1c594e4340a07951c6b94a (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
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.filterAttributes    = qt $QT_VERSION tools qtlinguist
qhp.QtLinguist.customFilters.QtLinguist.name = Qt Linguist Manual
qhp.QtLinguist.customFilters.QtLinguist.filterAttributes = qt tools qtlinguist
qhp.QtLinguist.subprojects         = manual examples
qhp.QtLinguist.subprojects.manual.title = Manual
qhp.QtLinguist.subprojects.manual.indexTitle = Qt Linguist Manual
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

depends                 += qtdoc qtqml qtquick qtcore qtgui qmake

navigation.landingpage = "Qt Linguist Manual"