summaryrefslogtreecommitdiffstats
path: root/src/imports/qtcanvas3d/doc/qtcanvas3d.qdocconf
blob: e47f829cf16733bf0e4594fd9f006a2d985c8d39 (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             = QtCanvas3D
description         = Qt Canvas 3D Reference Documentation
version             = $QT_VERSION

# Qt Canvas 3D doesn't expose a C++ API - pass a dummy header for Clang parser
moduleheader = QtCanvas3D
includepaths = .

exampledirs = ../../../../examples/canvas3d \
              snippets

imagedirs  += images
headerdirs += ..
sourcedirs += ..

examplesinstallpath = canvas3d

manifestmeta.highlighted.names = "QtCanvas3D/Interactive Mobile Phone Example"

depends     = qtcore qtgui qtqml qtquick qtquickcontrols qtquicklayouts qtdoc qtmultimedia

qhp.projects                   = QtCanvas3D

qhp.QtCanvas3D.file            = qtcanvas3d.qhp
qhp.QtCanvas3D.namespace       = org.qt-project.qtcanvas3d.$QT_VERSION_TAG
qhp.QtCanvas3D.virtualFolder   = qtcanvas3d
qhp.QtCanvas3D.indexTitle      = Qt Canvas 3D
qhp.QtCanvas3D.indexRoot       =


qhp.QtCanvas3D.filterAttributes                        = qtcanvas3d $QT_VERSION qtrefdoc
qhp.QtCanvas3D.customFilters.Qt.name                   = QtCanvas3D $QT_VERSION
qhp.QtCanvas3D.customFilters.Qt.filterAttributes       = qtcanvas3d $QT_VERSION
qhp.QtCanvas3D.subprojects                             = gettingstarted examples types
qhp.QtCanvas3D.subprojects.gettingstarted.title        = Getting Started
qhp.QtCanvas3D.subprojects.gettingstarted.indexTitle   = Qt Canvas 3D Getting Started
qhp.QtCanvas3D.subprojects.gettingstarted.selectors    = fake:page
qhp.QtCanvas3D.subprojects.gettingstarted.sortPages    = true
qhp.QtCanvas3D.subprojects.examples.title              = Examples
qhp.QtCanvas3D.subprojects.examples.indexTitle         = Qt Canvas 3D Examples
qhp.QtCanvas3D.subprojects.examples.selectors          = fake:example
qhp.QtCanvas3D.subprojects.examples.sortPages          = true
qhp.QtCanvas3D.subprojects.types.title                 = QML Types
qhp.QtCanvas3D.subprojects.types.indexTitle            = Qt Canvas 3D QML Types
qhp.QtCanvas3D.subprojects.types.selectors             = qmlclass
qhp.QtCanvas3D.subprojects.types.sortPages             = true

navigation.landingpage = Qt Canvas 3D
navigation.qmltypespage = Qt Canvas 3D QML Types
navigation.examplespage = Qt Canvas 3D Examples