summaryrefslogtreecommitdiffstats
path: root/src/opcua/doc/qtopcua.qdocconf
blob: 7fbc252b6936ccb4690d62264a95e2ff54398857 (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
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)

project = QtOpcUa
description = An OPC UA module for Qt
version = $QT_VERSION

sourcedirs += .. \
              ../../imports
headerdirs += .. \
              ../../imports
exampledirs += ../../../examples/opcua
imagedirs += images

tagfile = ../../doc/qtopcua/qtopcua.tags

outputdir = doc
outputformats = HTML

qhp.projects = QtOpcUa

qhp.QtOpcUa.file = qtopcua.qhp
qhp.QtOpcUa.namespace = org.qt-project.qtopcua.$QT_VERSION_TAG
qhp.QtOpcUa.virtualFolder = qtopcua
qhp.QtOpcUa.indexTitle = Qt OPC UA
qhp.QtOpcUa.indexRoot =

qhp.QtOpcUa.filterAttributes = qtopcua $QT_VERSION qtrefdoc
qhp.QtOpcUa.customFilters.Qt.name = QtOpcUa $QT_VERSION
qhp.QtOpcUa.customFilters.Qt.filterAttributes = qtopcua $QT_VERSION

qhp.QtOpcUa.subprojects = classes examples

qhp.QtOpcUa.subprojects.classes.title = C++ Classes
qhp.QtOpcUa.subprojects.classes.indexTitle = Qt OPC UA C++ Classes
qhp.QtOpcUa.subprojects.classes.selectors = class function namespace fake:headerfile
qhp.QtOpcUa.subprojects.classes.sortPages = true

qhp.QtOpcUa.subprojects.qmltypes.title = QML Types
qhp.QtOpcUa.subprojects.qmltypes.indexTitle = Qt OPC UA QML Types
qhp.QtOpcUa.subprojects.qmltypes.selectors = qmltype
qhp.QtOpcUa.subprojects.qmltypes.sortPages = true

qhp.QtOpcUa.subprojects.examples.title = Examples
qhp.QtOpcUa.subprojects.examples.indexTitle = Qt OPC UA Examples
qhp.QtOpcUa.subprojects.examples.selectors = fake:example

examples.fileextensions = "*.cpp"

navigation.landingpage = "Qt OPC UA"
navigation.cppclassespage = "Qt OPC UA C++ Classes"
navigation.qmltypespage = "Qt OPC UA QML Types"
navigation.homepage = "Qt for Automation"

examplesinstallpath = opcua

depends += \
   qtcore \
   qtqml \
   qtquick \
   qtdoc \
   qmake \
   qtwidgets

Cpp.ignoretokens   += \
   Q_OPCUA_EXPORT