summaryrefslogtreecommitdiffstats
path: root/examples/opcua/opcuaviewer/opcuaviewer.pro
blob: 644f2878faa4b38e06910ddfbaf40a02c6f6e69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
QT += opcua widgets
CONFIG += c++11
DEPENDPATH += INCLUDEPATH

SOURCES += main.cpp \
    mainwindow.cpp \
    opcuamodel.cpp \
    treeitem.cpp

#install
target.path = $$[QT_INSTALL_EXAMPLES]/opcua/opcuaviewer
INSTALLS += target

HEADERS += \
    mainwindow.h \
    opcuamodel.h \
    treeitem.h