summaryrefslogtreecommitdiffstats
path: root/examples/opcua/x509/x509.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opcua/x509/x509.pro')
-rw-r--r--examples/opcua/x509/x509.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/opcua/x509/x509.pro b/examples/opcua/x509/x509.pro
new file mode 100644
index 0000000..f098656
--- /dev/null
+++ b/examples/opcua/x509/x509.pro
@@ -0,0 +1,12 @@
+QT += opcua
+CONFIG += c++11
+DEPENDPATH += INCLUDEPATH
+
+SOURCES += main.cpp \
+
+#install
+target.path = $$[QT_INSTALL_EXAMPLES]/opcua/x509
+INSTALLS += target
+
+HEADERS += \
+