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

project                 = QtDesigner
description             = Qt Designer Manual
url                     = http://qt-project.org/doc/qt-$QT_VER/qtdesigner

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
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 Examples
qhp.QtDesigner.subprojects.examples.selectors = fake:example
qhp.QtDesigner.subprojects.examples.sortPages = true
qhp.QtDesigner.subprojects         = classes
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             += .. \
                          ../../lib

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

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

excludefiles           += ../../lib/uilib/extension.h

imagedirs               = images

outputdir               = $QT_INSTALL_DOCS/qtdesigner

depends                 += qtdoc qtwidgets qtcore qtuitools