summaryrefslogtreecommitdiffstats
path: root/src/purchasing/doc/qtpurchasing.qdocconf
blob: 35b95647a39c86281534947055cb83fe170e7834 (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
53
54
55
56
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                                            = QtPurchasing
description                                        = Qt Purchasing Reference Documentation
version                                            = $QT_VERSION

qhp.projects                                       = QtPurchasing

qhp.QtPurchasing.file                              = qtpurchasing.qhp
qhp.QtPurchasing.namespace                         = org.qt-project.qtpurchasing.$QT_VERSION_TAG
qhp.QtPurchasing.virtualFolder                     = qtpurchasing
qhp.QtPurchasing.indexTitle                        = Qt Purchasing
qhp.QtPurchasing.indexRoot                         =
qhp.QtPurchasing.filterAttributes                  = qtpurchasing $QT_VERSION qtrefdoc
qhp.QtPurchasing.customFilters.Qt.name             = QtPurchasing $QT_VERSION
qhp.QtPurchasing.customFilters.Qt.filterAttributes = qtpurchasing $QT_VERSION

qhp.QtPurchasing.subprojects                       = qmltypes classes examples

qhp.QtPurchasing.subprojects.qmltypes.title        = QML Types
qhp.QtPurchasing.subprojects.qmltypes.indexTitle   = Qt Purchasing QML Types
qhp.QtPurchasing.subprojects.qmltypes.selectors    = qmlclass
qhp.QtPurchasing.subprojects.qmltypes.sortPages    = true

qhp.QtPurchasing.subprojects.classes.title         = C++ Classes
qhp.QtPurchasing.subprojects.classes.indexTitle    = Qt Purchasing C++ Classes
qhp.QtPurchasing.subprojects.classes.selectors     = class fake:headerfile
qhp.QtPurchasing.subprojects.classes.sortPages     = true

qhp.QtPurchasing.subprojects.examples.title        = Examples
qhp.QtPurchasing.subprojects.examples.indexTitle   = Qt Purchasing Examples
qhp.QtPurchasing.subprojects.examples.selectors    = fake:example
qhp.QtPurchasing.subprojects.examples.sortPages    = true

depends     += qtcore qtqml qtquick qtdoc qtquickcontrols qmake

headerdirs  += \
               .. \
               ../../imports/purchasing

sourcedirs  += \
               .. \
               ../../imports/purchasing

exampledirs += \
               ../../../examples/purchasing

imagedirs   += images

examplesinstallpath = purchasing

Cpp.ignoretokens         += Q_PURCHASING_EXPORT

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