blob: fc7bf8a8c0544312f99e47052d635efeb1932863 (
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
|
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtquickcontrols.qdocconf)
project = QtLabsPlatform
description = Qt Labs Platform Reference Documentation
version = $QT_VERSION
qhp.projects = QtLabsPlatform
qhp.QtLabsPlatform.file = qtlabsplatform.qhp
qhp.QtLabsPlatform.namespace = org.qt-project.qtlabsplatform.$QT_VERSION_TAG
qhp.QtLabsPlatform.virtualFolder = qtlabsplatform
qhp.QtLabsPlatform.indexTitle = Qt Labs Platform
qhp.QtLabsPlatform.indexRoot =
qhp.QtLabsPlatform.subprojects = manual qmltypes
qhp.QtLabsPlatform.subprojects.manual.title = Upgrading from Qt 5
qhp.QtLabsPlatform.subprojects.manual.indexTitle = Changes to Qt Quick Labs Platform
qhp.QtLabsPlatform.subprojects.manual.selectors = group:none
qhp.QtLabsPlatform.subprojects.qmltypes.title = QML Types
qhp.QtLabsPlatform.subprojects.qmltypes.indexTitle = Qt Labs Platform QML Types
qhp.QtLabsPlatform.subprojects.qmltypes.selectors = qmlclass
qhp.QtLabsPlatform.subprojects.qmltypes.sortPages = true
depends = qtcore qtgui qtdoc qtqml qtqmlcore qtqmlmodels qtquick qtquickcontrols qtquickdialogs qtwidgets
# This module has no documented C++ types, clear the module header
moduleheader =
exampledirs += snippets
{headerdirs,sourcedirs} += ..
imagedirs += images
navigation.landingpage = "Qt Labs Platform"
navigation.qmltypespage = "Qt Labs Platform QML Types"
tagfile = qtlabsplatform.tags
macro.labs = "\\note \\e{Types in Qt.labs modules are not guaranteed to remain compatible in future versions.}"
# Enforce zero documentation warnings
warninglimit = 0
|