summaryrefslogtreecommitdiffstats
path: root/src/core/doc/qt3dcore.qdocconf
blob: a1a90a31b1057c0d5d4f635d49bbaa3b4c3e94c2 (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
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 Core
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
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

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

depends                 += qtcore qtqml qtquick qtdoc qt3drender

headerdirs += ..
sourcedirs += ..
exampledirs += src/snippets

#excludedirs +=

imagedirs   += images

navigation.landingpage = "Qt3D Core"
navigation.cppclassespage = "Qt3D Core C++ Classes"