summaryrefslogtreecommitdiffstats
path: root/examples/opcua/x509/x509.pro
blob: f098656c4b1c8119ceb6a13d7835eb1ef90b89fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += opcua
CONFIG += c++11
DEPENDPATH += INCLUDEPATH

SOURCES += main.cpp \

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

HEADERS += \