summaryrefslogtreecommitdiffstats
path: root/src/imports/opcua/opcua.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/opcua/opcua.pro')
-rw-r--r--src/imports/opcua/opcua.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/imports/opcua/opcua.pro b/src/imports/opcua/opcua.pro
index dd3cc01..8326c1f 100644
--- a/src/imports/opcua/opcua.pro
+++ b/src/imports/opcua/opcua.pro
@@ -23,6 +23,13 @@ SOURCES += \
opcuawriteitem.cpp \
opcuawriteresult.cpp \
opcuadatachangefilter.cpp \
+ opcuaelementoperand.cpp \
+ opcualiteraloperand.cpp \
+ opcuasimpleattributeoperand.cpp \
+ opcuaattributeoperand.cpp \
+ opcuafilterelement.cpp \
+ opcuaeventfilter.cpp \
+ opcuaoperandbase.cpp \
HEADERS += \
opcua_plugin.h \
@@ -47,6 +54,13 @@ HEADERS += \
opcuawriteitem.h \
opcuawriteresult.h \
opcuadatachangefilter.h \
+ opcuaelementoperand.h \
+ opcualiteraloperand.h \
+ opcuasimpleattributeoperand.h \
+ opcuaattributeoperand.h \
+ opcuafilterelement.h \
+ opcuaeventfilter.h \
+ opcuaoperandbase.h \
load(qml_plugin)