summaryrefslogtreecommitdiffstats
path: root/src/designer/src/designer/doc/qtdesigner.qdocconf
blob: 0f9f4a27050fd00ad1481a3e5ea89b0907dc39ae (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtDesigner
description             = Qt Designer Manual
examplesinstallpath     = designer

qhp.projects            = QtDesigner

qhp.QtDesigner.file                = qtdesigner.qhp
qhp.QtDesigner.namespace           = org.qt-project.designer.$QT_VERSION_TAG
qhp.QtDesigner.virtualFolder       = qtdesigner
qhp.QtDesigner.indexTitle          = Qt Designer Manual

qhp.QtDesigner.filterAttributes    = qt $QT_VERSION tools designer
qhp.QtDesigner.customFilters.QtDesigner.name = Qt Designer Manual
qhp.QtDesigner.customFilters.QtDesigner.filterAttributes = qt tools designer
qhp.QtDesigner.subprojects         = manual examples classes
qhp.QtDesigner.subprojects.manual.title = Manual
qhp.QtDesigner.subprojects.manual.indexTitle = Qt Designer Manual
qhp.QtDesigner.subprojects.manual.selectors = fake:page
qhp.QtDesigner.subprojects.examples.title = Examples
qhp.QtDesigner.subprojects.examples.indexTitle = Qt Designer Examples
qhp.QtDesigner.subprojects.examples.selectors = fake:example
qhp.QtDesigner.subprojects.examples.sortPages = true
qhp.QtDesigner.subprojects.classes.title = C++ Classes
qhp.QtDesigner.subprojects.classes.indexTitle = Qt Designer C++ Classes
qhp.QtDesigner.subprojects.classes.selectors = class fake:headerfile
qhp.QtDesigner.subprojects.classes.sortPages = true

language                = Cpp

headerdirs             += .. \
                          ../../uiplugin \
                          ../../lib

sourcedirs              = .. \
                          ../../uiplugin \
                          ../../lib

exampledirs             = ../../../../../examples/designer \
                          snippets

imagedirs               = images

outputdir               = $QT_INSTALL_DOCS/qtdesigner

depends                 += qtdoc qtwidgets qtcore qtuitools qtquick qmake

navigation.landingpage = "Qt Designer Manual"
navigation.cppclassespage = "Qt Designer C++ Classes"