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

SOURCES += main.cpp

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