summaryrefslogtreecommitdiffstats
path: root/doc/config/qtota-project.qdocconf
blob: ab7e1e6ffcf8d190f55a2787a3686e655a236ab4 (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
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)

project                      = QtOTA
description                  = Qt OTA Update Documentation
version                      = $QT_VERSION

sourcedirs                  += .. ../../src/lib/ ../../src/imports
headerdirs                  += ../../src/lib/

indexes                      = $QT_INSTALL_DOCS/qtcore/qtcore.index

qhp.projects                 = QtOTA

qhp.QtOTA.file                = qtota.qhp
qhp.QtOTA.namespace           = io.qt.qtota.$QT_VERSION_TAG
qhp.QtOTA.virtualFolder       = qtota
qhp.QtOTA.indexTitle          = Over-The-Air Update
qhp.QtOTA.indexRoot           = Over-The-Air Update

qhp.QtOTA.subprojects         = cpp qml

qhp.QtOTA.subprojects.cpp.title         = C++ Classes
qhp.QtOTA.subprojects.cpp.indexTitle    = Qt OTA Update C++ Classes
qhp.QtOTA.subprojects.cpp.selectors     = module
qhp.QtOTA.subprojects.cpp.sortPages     = true

qhp.QtOTA.subprojects.qml.title         = QML Types
qhp.QtOTA.subprojects.qml.indexTitle    = Qt OTA Update QML Types
qhp.QtOTA.subprojects.qml.selectors     = qmlmodule
qhp.QtOTA.subprojects.qml.sortPages     = true

macro.B2Q                    = "Boot to Qt"
include(navigation.qdocconf)