summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcua.pro
blob: dd3cc0127e8bef17d42ead4466e84aeb8f3675c0 (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
QT += quick opcua

SOURCES += \
    opcua_plugin.cpp \
    opcuaconnection.cpp \
    opcuaendpointdiscovery.cpp \
    opcuanode.cpp \
    opcuamethodnode.cpp \
    opcuavaluenode.cpp \
    opcuanodeid.cpp \
    opcuarelativenodepath.cpp \
    opcuarelativenodeid.cpp \
    opcuanodeidtype.cpp \
    universalnode.cpp \
    opcuapathresolver.cpp \
    opcuaattributevalue.cpp \
    opcuaattributecache.cpp \
    opcuamethodargument.cpp \
    opcuareaditem.cpp \
    opcuareadresult.cpp \
    opcuaserverdiscovery.cpp \
    opcuastatus.cpp \
    opcuawriteitem.cpp \
    opcuawriteresult.cpp \
    opcuadatachangefilter.cpp \

HEADERS += \
    opcua_plugin.h \
    opcuaconnection.h \
    opcuaendpointdiscovery.h \
    opcuanode.h \
    opcuamethodnode.h \
    opcuavaluenode.h \
    opcuanodeid.h \
    opcuarelativenodepath.h \
    opcuarelativenodeid.h \
    opcuanodeidtype.h \
    universalnode.h \
    opcuapathresolver.h \
    opcuaattributecache.h \
    opcuaattributevalue.h \
    opcuamethodargument.h \
    opcuareaditem.h \
    opcuareadresult.h \
    opcuaserverdiscovery.h \
    opcuastatus.h \
    opcuawriteitem.h \
    opcuawriteresult.h \
    opcuadatachangefilter.h \

load(qml_plugin)

OTHER_FILES += \
    plugin.json \
    qmldir \