summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/opcua/x509/x509.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/opcua/x509/x509.pro b/examples/opcua/x509/x509.pro
index f098656..f29b248 100644
--- a/examples/opcua/x509/x509.pro
+++ b/examples/opcua/x509/x509.pro
@@ -1,12 +1,10 @@
QT += opcua
+QT -= gui
CONFIG += c++11
DEPENDPATH += INCLUDEPATH
-SOURCES += main.cpp \
+SOURCES += main.cpp
#install
target.path = $$[QT_INSTALL_EXAMPLES]/opcua/x509
INSTALLS += target
-
-HEADERS += \
-