summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Rustler <peter.rustler@basyskom.com>2019-02-26 12:23:00 +0100
committerPeter Rustler <peter.rustler@basyskom.com>2019-02-26 12:34:18 +0000
commit0537b605306f76b02b680f771506f8ebd0070e74 (patch)
treecd16a0f306d3d4f5e41b70b77bc27fd13911186a
parent79c2181917897819573337f53361bc22a150862e (diff)
example: remove open62541 dependency from example
Change-Id: I21c9ff87512e16b3d87b2039e8807c65fdbb62d2 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
-rw-r--r--examples/opcua/opcuaviewer/opcuaviewer.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/opcua/opcuaviewer/opcuaviewer.pro b/examples/opcua/opcuaviewer/opcuaviewer.pro
index 15e55ce..644f287 100644
--- a/examples/opcua/opcuaviewer/opcuaviewer.pro
+++ b/examples/opcua/opcuaviewer/opcuaviewer.pro
@@ -1,8 +1,6 @@
QT += opcua widgets
CONFIG += c++11
DEPENDPATH += INCLUDEPATH
-INCLUDEPATH += \
- $$PWD/../../../../src/plugins/opcua/open62541 \
SOURCES += main.cpp \
mainwindow.cpp \