summaryrefslogtreecommitdiffstats
path: root/tests/auto/clientSetupInCpp/clientSetupInCpp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/clientSetupInCpp/clientSetupInCpp.pro')
-rw-r--r--tests/auto/clientSetupInCpp/clientSetupInCpp.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/clientSetupInCpp/clientSetupInCpp.pro b/tests/auto/clientSetupInCpp/clientSetupInCpp.pro
new file mode 100644
index 0000000..57fb5de
--- /dev/null
+++ b/tests/auto/clientSetupInCpp/clientSetupInCpp.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+TARGET = tst_clientSetupInCpp
+CONFIG += warn_on qmltestcase
+SOURCES += tst_clientSetupInCpp.cpp
+HEADERS += $$PWD/../../common/backend_environment.h
+INCLUDEPATH += $$PWD/../../common
+IMPORTPATH += $$PWD/../../../src/plugins/declarative
+
+# This tries to check if the server has security support
+QT += opcua_private
+qtConfig(mbedtls): DEFINES += SERVER_SUPPORTS_SECURITY