blob: 7f856cd8fc98f8cde6c351937cd812f4066a4984 (
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
project = QtInterfaceFramework
description = Qt Interface Framework Reference Documentation
version = $QT_VERSION
url = http://doc.qt.io/QtInterfaceFramework
moduleheader = QtInterfaceFrameworkDoc
includepaths = -I . \
-I ..
headerdirs += . \
.. \
../../imports/core
sourcedirs += . \
.. \
$$BUILDDIR/../../examples \
../../imports/core
imagedirs += images
exampledirs += ../../../examples \
snippets/
examples.fileextensions += *.qface *.yaml
include(../../ifvehiclefunctions/doc/qtifvehiclefunctions.qdocconf)
include(../../ifmedia/doc/qtifmedia.qdocconf)
include(exampleurl-qtinterfaceframework.qdocconf)
# include the backend plugins documentation
include(../../plugins/ifmedia/doc/qtifmedia_plugins.qdocconf)
include(../../plugins/ifvehiclefunctions/doc/qtifvehiclefunctions_plugins.qdocconf)
# include extra image to qhp (referred to in the generated examples-manifest.xml)
HTML.extraimages += images/qtinterfaceframework-codesample.png
qhp.QtInterfaceFramework.extraFiles += images/qtinterfaceframework-codesample.png
qhp.projects = QtInterfaceFramework
qhp.QtInterfaceFramework.file = qtinterfaceframework.qhp
qhp.QtInterfaceFramework.namespace = org.qt-project.interfaceframework.$QT_VERSION_TAG
qhp.QtInterfaceFramework.virtualFolder = interfaceframework
qhp.QtInterfaceFramework.indexTitle = Qt Interface Framework
qhp.QtInterfaceFramework.indexRoot =
qhp.QtInterfaceFramework.filterAttributes = qtinterfaceframework $QT_VERSION qtrefdoc
qhp.QtInterfaceFramework.customFilters.Qt.name = QtInterfaceFramework $QT_VERSION
qhp.QtInterfaceFramework.customFilters.Qt.filterAttributes = qtinterfaceframework $QT_VERSION
qhp.QtInterfaceFramework.subprojects = classes qml examples
qhp.QtInterfaceFramework.subprojects.classes.title = C++ Classes
qhp.QtInterfaceFramework.subprojects.classes.indexTitle = Qt Interface Framework C++ Classes
qhp.QtInterfaceFramework.subprojects.classes.selectors = class fake:headerfile
qhp.QtInterfaceFramework.subprojects.classes.sortPages = true
qhp.QtInterfaceFramework.subprojects.qml.title = QML Types
qhp.QtInterfaceFramework.subprojects.qml.indexTitle = Qt Interface Framework QML Types
qhp.QtInterfaceFramework.subprojects.qml.selectors = qmlclass
qhp.QtInterfaceFramework.subprojects.qml.sortPages = true
qhp.QtInterfaceFramework.subprojects.examples.title = Examples
qhp.QtInterfaceFramework.subprojects.examples.indexTitle = Qt Interface Framework Examples
qhp.QtInterfaceFramework.subprojects.examples.selectors = fake:example
qhp.QtInterfaceFramework.subprojects.examples.sortPages = true
tagfile = interfaceframework.tags
depends += qtcore qtdbus qtwidgets qtdoc qtcmake qtquick qtqml qtremoteobjects
navigation.landingpage = "Qt Interface Framework"
navigation.cppclassespage = "Qt Interface Framework C++ Classes"
navigation.qmltypespage = "Qt Interface Framework QML Types"
buildversion = "Qt Interface Framework $QT_VERSION"
macro.fileLink = "\\l {https://code.qt.io/cgit/qt/interfaceframework.git/tree/\1?h=$QT_VER}{\2}"
manifestmeta.filters = interfaceframework
manifestmeta.interfaceframework.names = *
manifestmeta.interfaceframework.tags = interfaceframework qtinterfaceframework qtif qif
|