aboutsummaryrefslogtreecommitdiffstats
path: root/doc/neptune3ui-project.qdocconf
blob: 53f19f0e20856e68bc454a945de9a059fabd7693 (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
62
63
project = Neptune3UI
version = $QT_VERSION
url     = https://doc.qt.io/Neptune3UI

moduleheader = Neptune3UIDoc

#These are set implictly by qdoc as well, but only with these the module header can be found
includepaths = -I . \
               -I ..

headerdirs += $$BUILDDIR/../src/remotesettings/frontend \
              $$BUILDDIR/../src/drivedata/frontend

sourcedirs += src \
              .. \
              $$BUILDDIR/../src/remotesettings/frontend \
              $$BUILDDIR/../src/drivedata/frontend \

imagedirs += src/images
exampledirs += ../examples
examples.fileextensions += *.yaml

depends += qtcore \
           qtquick \
           qtqml \
           qtgui \
           qtivi \
           applicationmanager \
           qt3d \
           qt3dstudio \
           qtdoc \
           qtwayland \
           qtquickcontrols2

indexes = $$QT_INSTALL_DOCS/../QtSafeRenderer-1.0.0/SafetyManual/qtsaferenderer.index

qhp.projects                       = Neptune3UI
qhp.Neptune3UI.file                = neptune3ui.qhp
qhp.Neptune3UI.namespace           = io.qt.neptune3ui.$QT_VERSION_TAG
qhp.Neptune3UI.virtualFolder       = neptune3ui
qhp.Neptune3UI.indexTitle          = Neptune 3 UI
qhp.Neptune3UI.indexRoot           =

qhp.Neptune3UI.filterAttributes = Neptune3UI $QT_VERSION
qhp.Neptune3UI.customFilters.Neptune3UI.name = Neptune 3 UI $QT_VERSION
qhp.Neptune3UI.customFilters.Neptune3UI.filterAttributes = Neptune3UI $QT_VERSION

qhp.Neptune3UI.subprojects                   = manual qml
qhp.Neptune3UI.subprojects.manual.title      = Topics
qhp.Neptune3UI.subprojects.manual.indexTitle = Neptune 3 UI TOC
qhp.Neptune3UI.subprojects.manual.type  = manual

qhp.Neptune3UI.subprojects.qml.title = QML Types
qhp.Neptune3UI.subprojects.qml.indexTitle = Neptune3 QML Types
qhp.Neptune3UI.subprojects.qml.selectors = qmlclass
qhp.Neptune3UI.subprojects.qml.sortPages = true

navigation.landingpage = "Neptune 3 UI"
navigation.homepage    = "Qt Automotive Suite"
navigation.qmltypespage = "Neptune 3 UI Components and Interfaces"
buildversion = "Neptune 3 UI $QT_VERSION"

macro.QAS = "Qt Automotive Suite"