summaryrefslogtreecommitdiffstats
path: root/qtopcua.pro
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2015-09-24 11:51:16 +0200
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2015-10-21 07:21:21 +0000
commitd3a33bd1d0e8675a26831027b3144e5adf1df64c (patch)
tree31e648fe2240258933747e1ab215b31001350348 /qtopcua.pro
parentcbb846f4e250b7f2d2220a1030c8d5b4b50709f5 (diff)
Initial import of the QtOpcUa module
This patch set contains the basic framework, a backend plugin for the FreeOPCUA stack, initial documentation, tests and two examples. The code is based on initial work by: Jannis Völker <jannis.voelker@basyskom.com> Additional work by: Steffen Imhof <steffen.imhof@basyskom.com> Sumedha Widyadharma <sumedha.widyadharma@basyskom.com> Frank Meerkötter <frank.meerkoetter@basyskom.com> Change-Id: Ia27c67ba5e68bab4485ab14c4bf5f480d815e63e Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'qtopcua.pro')
-rw-r--r--qtopcua.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/qtopcua.pro b/qtopcua.pro
new file mode 100644
index 0000000..6fc2fde
--- /dev/null
+++ b/qtopcua.pro
@@ -0,0 +1,5 @@
+load(configure)
+
+qtCompileTest(freeopcua)
+
+load(qt_parts)