aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/doc/qtwinextras.qdocconf
blob: c6238f2bc2bfaf580e1e4ce979e5a87b8fd5e8f6 (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
51
52
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = QtWinExtras
description             = Qt Windows Extras Reference Documentation
version                 = $QT_VERSION

exampledirs += ../../../examples/winextras \
               snippets

examplesinstallpath     = winextras

moduleheader = QtWinExtrasDoc

includepaths = -I . \
               -I ..

headerdirs = .. ../../imports/winextras
sourcedirs = .. ../../imports/winextras
imagedirs += images

depends += qtcore qtgui qtdoc qtwidgets

qhp.projects = QtWinExtras

qhp.QtWinExtras.file = qtwinextras.qhp

qhp.QtWinExtras.namespace = org.qt-project.qtwinextras.$QT_VERSION_TAG

qhp.QtWinExtras.indexTitle = Qt Windows Extras
qhp.QtWinExtras.indexRoot =

qhp.QtWinExtras.filterAttributes = qtwinextras $QT_VERSION qtrefdoc
qhp.QtWinExtras.customFilters.Qt.name = QtWinExtras $QT_VERSION
qhp.QtWinExtras.customFilters.Qt.filterAttributes = qtwinextras $QT_VERSION

qhp.QtWinExtras.virtualFolder = qtwinextras
qhp.QtWinExtras.subprojects = classes examples qmltypes
qhp.QtWinExtras.subprojects.classes.title = C++ Classes and Namespaces
qhp.QtWinExtras.subprojects.classes.indexTitle = Qt Windows Extras C++ Classes
qhp.QtWinExtras.subprojects.classes.selectors = class function namespace fake:headerfile
qhp.QtWinExtras.subprojects.classes.sortPages = true
qhp.QtWinExtras.subprojects.examples.title = Examples
qhp.QtWinExtras.subprojects.examples.indexTitle = Qt Windows Extras Examples
qhp.QtWinExtras.subprojects.examples.selectors = fake:example
qhp.QtWinExtras.subprojects.qmltypes.title = QML Types
qhp.QtWinExtras.subprojects.qmltypes.indexTitle = Qt Windows Extras QML Types
qhp.QtWinExtras.subprojects.qmltypes.selectors = qmlclass
qhp.QtWinExtras.subprojects.qmltypes.sortPages = true

navigation.landingpage = "Qt Windows Extras"
navigation.qmltypespage = "Qt Windows Extras QML Types"
navigation.cppclassespage = "Qt Windows Extras C++ Classes"