summaryrefslogtreecommitdiffstats
path: root/src/core/doc/qt3dcore.qdocconf
blob: 28f985029540f1c74d036719680761477a80d3b1 (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
57
58
59
60
61
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project                 = Qt3DCore
description             = Qt3D Core Reference Documentation
version                 = $QT_VERSION

examplesinstallpath     = qt3d

qhp.projects            = Qt3DCore

qhp.Qt3DCore.file                = qt3dcore.qhp
qhp.Qt3DCore.namespace           = org.qt-project.qt3dcore.$QT_VERSION_TAG
qhp.Qt3DCore.virtualFolder       = qt3dcore
qhp.Qt3DCore.indexTitle          = Qt3D Module
qhp.Qt3DCore.indexRoot           =

qhp.Qt3DCore.filterAttributes                   = qt3dcore $QT_VERSION qtrefdoc
qhp.Qt3DCore.customFilters.Qt.name              = Qt3DCore $QT_VERSION
qhp.Qt3DCore.customFilters.Qt.filterAttributes  = qt3dcore $QT_VERSION

qhp.Qt3DCore.subprojects                    = classes qmltypes

qhp.Qt3DCore.subprojects.classes.title      = C++ Classes
qhp.Qt3DCore.subprojects.classes.indexTitle = Qt3D Core C++ Classes
qhp.Qt3DCore.subprojects.classes.selectors  = class fake:headerfile
qhp.Qt3DCore.subprojects.classes.sortPages  = true

qhp.Qt3DCore.subprojects.qmltypes.title      = QML Types
qhp.Qt3DCore.subprojects.qmltypes.indexTitle = Qt3D Core QML Types
qhp.Qt3DCore.subprojects.qmltypes.selectors  = qmlclass
qhp.Qt3DCore.subprojects.qmltypes.sortPages  = true

tagfile                 = ../../../doc/qt3dcore/qt3dcore.tags

depends                 += qtcore qtqml qtquick qtdoc qt3drenderer

headerdirs += .. \
              ../../plugins \
              ../../quick3d/quick3d \
              ../../input

sourcedirs += .. \
              ../../plugins \
              ../../quick3d/quick3d \
              ../../input

exampledirs += src/snippets

#excludedirs +=

imagedirs   += images

Cpp.ignoretokens     += QT3DCORE_PRIVATE_EXPORT \
                        QT3DINPUTSHARED_EXPORT \
                        QT3DCORESHARED_EXPORT

Cpp.ignoredirectives += Q_DECLARE_LOGGING_CATEGORY

navigation.landingpage = "Qt3D Module"
navigation.cppclassespage = "Qt3D Core C++ Classes"
navigation.qmltypespage = "Qt3D Core QML Types"