summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/clientSetupInCpp/CMakeLists.txt4
-rw-r--r--tests/auto/connection/CMakeLists.txt2
-rw-r--r--tests/auto/declarative/CMakeLists.txt4
-rw-r--r--tests/auto/qopcuaclient/CMakeLists.txt6
-rw-r--r--tests/auto/security/CMakeLists.txt4
-rw-r--r--tests/auto/x509/CMakeLists.txt2
6 files changed, 11 insertions, 11 deletions
diff --git a/tests/auto/clientSetupInCpp/CMakeLists.txt b/tests/auto/clientSetupInCpp/CMakeLists.txt
index 6a58c4e..bb467cb 100644
--- a/tests/auto/clientSetupInCpp/CMakeLists.txt
+++ b/tests/auto/clientSetupInCpp/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_clientSetupInCpp Test:
#####################################################################
-qt_add_test(tst_clientSetupInCpp
+qt_internal_add_test(tst_clientSetupInCpp
GUI
QMLTEST
QML_IMPORTPATH
@@ -27,7 +27,7 @@ qt_add_test(tst_clientSetupInCpp
## Scopes:
#####################################################################
-qt_extend_target(tst_clientSetupInCpp CONDITION QT_FEATURE_open62541_security # special case
+qt_internal_extend_target(tst_clientSetupInCpp CONDITION QT_FEATURE_open62541_security # special case
DEFINES
SERVER_SUPPORTS_SECURITY
)
diff --git a/tests/auto/connection/CMakeLists.txt b/tests/auto/connection/CMakeLists.txt
index 36cbc2b..36bda84 100644
--- a/tests/auto/connection/CMakeLists.txt
+++ b/tests/auto/connection/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_connection Test:
#####################################################################
-qt_add_test(tst_connection
+qt_internal_add_test(tst_connection
SOURCES
../../common/backend_environment.h
tst_connection.cpp
diff --git a/tests/auto/declarative/CMakeLists.txt b/tests/auto/declarative/CMakeLists.txt
index 0818bfb..a62eb2d 100644
--- a/tests/auto/declarative/CMakeLists.txt
+++ b/tests/auto/declarative/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_opcua Test:
#####################################################################
-qt_add_test(tst_opcua
+qt_internal_add_test(tst_opcua
GUI
QMLTEST
QML_IMPORTPATH
@@ -27,7 +27,7 @@ qt_add_test(tst_opcua
## Scopes:
#####################################################################
-qt_extend_target(tst_opcua CONDITION QT_FEATURE_open62541_security # special case
+qt_internal_extend_target(tst_opcua CONDITION QT_FEATURE_open62541_security # special case
DEFINES
SERVER_SUPPORTS_SECURITY
)
diff --git a/tests/auto/qopcuaclient/CMakeLists.txt b/tests/auto/qopcuaclient/CMakeLists.txt
index a098ffc..a6eaa99 100644
--- a/tests/auto/qopcuaclient/CMakeLists.txt
+++ b/tests/auto/qopcuaclient/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_qopcuaclient Test:
#####################################################################
-qt_add_test(tst_qopcuaclient
+qt_internal_add_test(tst_qopcuaclient
SOURCES
../../common/backend_environment.h
tst_client.cpp
@@ -20,7 +20,7 @@ set(data_resource_files
"../../open62541-testserver/pki/own/certs/open62541-testserver.der"
)
-qt_add_resource(tst_qopcuaclient "data"
+qt_internal_add_resource(tst_qopcuaclient "data"
PREFIX
"/"
FILES
@@ -31,7 +31,7 @@ qt_add_resource(tst_qopcuaclient "data"
## Scopes:
#####################################################################
-qt_extend_target(tst_qopcuaclient CONDITION QT_FEATURE_open62541_security AND QT_FEATURE_open62541 # special case
+qt_internal_extend_target(tst_qopcuaclient CONDITION QT_FEATURE_open62541_security AND QT_FEATURE_open62541 # special case
DEFINES
SERVER_SUPPORTS_SECURITY
)
diff --git a/tests/auto/security/CMakeLists.txt b/tests/auto/security/CMakeLists.txt
index 0a47ed7..5ed40d0 100644
--- a/tests/auto/security/CMakeLists.txt
+++ b/tests/auto/security/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_security Test:
#####################################################################
-qt_add_test(tst_security
+qt_internal_add_test(tst_security
SOURCES
../../common/backend_environment.h
tst_security.cpp
@@ -25,7 +25,7 @@ set(certs_resource_files
"pki/trusted/crl/ca.crl.pem"
)
-qt_add_resource(tst_security "certs"
+qt_internal_add_resource(tst_security "certs"
PREFIX
"/"
FILES
diff --git a/tests/auto/x509/CMakeLists.txt b/tests/auto/x509/CMakeLists.txt
index 5b512b7..1af14a9 100644
--- a/tests/auto/x509/CMakeLists.txt
+++ b/tests/auto/x509/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_x509 Test:
#####################################################################
-qt_add_test(tst_x509
+qt_internal_add_test(tst_x509
SOURCES
tst_x509.cpp
PUBLIC_LIBRARIES