summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-04-29 17:34:33 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-05-03 13:59:44 +0200
commitfc9ee3e005830cd273cc54c8f31e5ed8583ae405 (patch)
treeb11afdd9f6a4170e660cb89d59e2c2c76862fd51 /tests
parentedf73eb3fc0ea6691eabe30fd98ca19188a7c285 (diff)
Remove qmake project files
Task-number: QTBUG-88742 Change-Id: I6ff996f29cb57d08983920080e2c0dee5caee3a5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/.prev_CMakeLists.txt7
-rw-r--r--tests/auto/auto.pro15
-rw-r--r--tests/auto/clientSetupInCpp/.prev_CMakeLists.txt33
-rw-r--r--tests/auto/clientSetupInCpp/clientSetupInCpp.pro11
-rw-r--r--tests/auto/cmake/cmake.pro6
-rw-r--r--tests/auto/connection/.prev_CMakeLists.txt15
-rw-r--r--tests/auto/connection/connection.pro14
-rw-r--r--tests/auto/declarative/.prev_CMakeLists.txt33
-rw-r--r--tests/auto/declarative/declarative.pro11
-rw-r--r--tests/auto/qopcuaclient/.prev_CMakeLists.txt37
-rw-r--r--tests/auto/qopcuaclient/qopcuaclient.pro20
-rw-r--r--tests/auto/security/.prev_CMakeLists.txt34
-rw-r--r--tests/auto/security/security.pro15
-rw-r--r--tests/auto/x509/x509.pro8
-rw-r--r--tests/tests.pro9
15 files changed, 0 insertions, 268 deletions
diff --git a/tests/.prev_CMakeLists.txt b/tests/.prev_CMakeLists.txt
deleted file mode 100644
index 2214137..0000000
--- a/tests/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated from tests.pro.
-
-if(QT_BUILD_STANDALONE_TESTS)
- # Add qt_find_package calls for extra dependencies that need to be found when building
- # the standalone tests here.
-endif()
-qt_build_tests()
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
deleted file mode 100644
index c1ec3fb..0000000
--- a/tests/auto/auto.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += qopcuaclient connection security
-
-QT_FOR_CONFIG += opcua-private core-private
-
-# only build declarative tests if at least one backend was built
-qtHaveModule(qmltest) {
- qtConfig(open62541)|qtConfig(uacpp) {
- SUBDIRS += declarative clientSetupInCpp
- }
-}
-
-qtConfig(gds) {
- qtConfig(ssl):!darwin:!winrt: SUBDIRS += x509
-}
diff --git a/tests/auto/clientSetupInCpp/.prev_CMakeLists.txt b/tests/auto/clientSetupInCpp/.prev_CMakeLists.txt
deleted file mode 100644
index 80452b1..0000000
--- a/tests/auto/clientSetupInCpp/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-# Generated from clientSetupInCpp.pro.
-
-#####################################################################
-## tst_clientSetupInCpp Test:
-#####################################################################
-
-qt_add_test(tst_clientSetupInCpp
- GUI
- QMLTEST
- QML_IMPORTPATH
- "${CMAKE_CURRENT_SOURCE_DIR}/../../../src/plugins/declarative"
- SOURCES
- ../../common/backend_environment.h
- tst_clientSetupInCpp.cpp
- INCLUDE_DIRECTORIES
- ../../common
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::OpcUaPrivate
- Qt::Qml
-)
-
-#### Keys ignored in scope 1:.:.:clientSetupInCpp.pro:<TRUE>:
-# IMPORTPATH = "$$PWD/../../../src/plugins/declarative"
-# TEMPLATE = "app"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(tst_clientSetupInCpp CONDITION QT_FEATURE_mbedtls
- DEFINES
- SERVER_SUPPORTS_SECURITY
-)
diff --git a/tests/auto/clientSetupInCpp/clientSetupInCpp.pro b/tests/auto/clientSetupInCpp/clientSetupInCpp.pro
deleted file mode 100644
index 10346d4..0000000
--- a/tests/auto/clientSetupInCpp/clientSetupInCpp.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-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 qml
-qtConfig(mbedtls): DEFINES += SERVER_SUPPORTS_SECURITY
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
deleted file mode 100644
index fb32aa0..0000000
--- a/tests/auto/cmake/cmake.pro
+++ /dev/null
@@ -1,6 +0,0 @@
-# Cause make to do nothing.
-TEMPLATE = subdirs
-
-CMAKE_QT_MODULES_UNDER_TEST = opcua
-
-CONFIG += ctest_testcase
diff --git a/tests/auto/connection/.prev_CMakeLists.txt b/tests/auto/connection/.prev_CMakeLists.txt
deleted file mode 100644
index bff329b..0000000
--- a/tests/auto/connection/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-# Generated from connection.pro.
-
-#####################################################################
-## tst_connection Test:
-#####################################################################
-
-qt_add_test(tst_connection
- SOURCES
- ../../common/backend_environment.h
- tst_connection.cpp
- INCLUDE_DIRECTORIES
- ../../common
- PUBLIC_LIBRARIES
- Qt::OpcUa
-)
diff --git a/tests/auto/connection/connection.pro b/tests/auto/connection/connection.pro
deleted file mode 100644
index 2060fee..0000000
--- a/tests/auto/connection/connection.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-TARGET = tst_connection
-
-QT += testlib opcua
-QT -= gui
-CONFIG += testcase
-
-SOURCES += \
- tst_connection.cpp
-
-HEADERS += \
- $$PWD/../../common/backend_environment.h
-
-INCLUDEPATH += \
- $$PWD/../../common
diff --git a/tests/auto/declarative/.prev_CMakeLists.txt b/tests/auto/declarative/.prev_CMakeLists.txt
deleted file mode 100644
index d7d4f3b..0000000
--- a/tests/auto/declarative/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-# Generated from declarative.pro.
-
-#####################################################################
-## tst_opcua Test:
-#####################################################################
-
-qt_add_test(tst_opcua
- GUI
- QMLTEST
- QML_IMPORTPATH
- "${CMAKE_CURRENT_SOURCE_DIR}/../../../src/plugins/declarative"
- SOURCES
- ../../common/backend_environment.h
- tst_opcua.cpp
- INCLUDE_DIRECTORIES
- ../../common
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::OpcUaPrivate
- Qt::Qml
-)
-
-#### Keys ignored in scope 1:.:.:declarative.pro:<TRUE>:
-# IMPORTPATH = "$$PWD/../../../src/plugins/declarative"
-# TEMPLATE = "app"
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(tst_opcua CONDITION QT_FEATURE_mbedtls
- DEFINES
- SERVER_SUPPORTS_SECURITY
-)
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
deleted file mode 100644
index d42570f..0000000
--- a/tests/auto/declarative/declarative.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-TARGET = tst_opcua
-CONFIG += warn_on qmltestcase
-SOURCES += tst_opcua.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 qml
-qtConfig(mbedtls): DEFINES += SERVER_SUPPORTS_SECURITY
diff --git a/tests/auto/qopcuaclient/.prev_CMakeLists.txt b/tests/auto/qopcuaclient/.prev_CMakeLists.txt
deleted file mode 100644
index d43823c..0000000
--- a/tests/auto/qopcuaclient/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-# Generated from qopcuaclient.pro.
-
-#####################################################################
-## tst_qopcuaclient Test:
-#####################################################################
-
-qt_add_test(tst_qopcuaclient
- SOURCES
- ../../common/backend_environment.h
- tst_client.cpp
- INCLUDE_DIRECTORIES
- ../../common
- PUBLIC_LIBRARIES
- Qt::OpcUa
- Qt::OpcUaPrivate
-)
-
-# Resources:
-set(data_resource_files
- "../../open62541-testserver/pki/own/certs/open62541-testserver.der"
-)
-
-qt_add_resource(tst_qopcuaclient "data"
- PREFIX
- "/"
- FILES
- ${data_resource_files}
-)
-
-
-## Scopes:
-#####################################################################
-
-qt_extend_target(tst_qopcuaclient CONDITION QT_FEATURE_mbedtls
- DEFINES
- SERVER_SUPPORTS_SECURITY
-)
diff --git a/tests/auto/qopcuaclient/qopcuaclient.pro b/tests/auto/qopcuaclient/qopcuaclient.pro
deleted file mode 100644
index 62c50c7..0000000
--- a/tests/auto/qopcuaclient/qopcuaclient.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TARGET = tst_qopcuaclient
-
-QT += testlib opcua
-QT -= gui
-CONFIG += testcase
-
-SOURCES += \
- tst_client.cpp
-
-HEADERS += \
- $$PWD/../../common/backend_environment.h
-
-INCLUDEPATH += \
- $$PWD/../../common
-
-RESOURCES += data.qrc
-
-# This tries to check if the server supports security
-QT += opcua_private
-qtConfig(mbedtls): DEFINES += SERVER_SUPPORTS_SECURITY
diff --git a/tests/auto/security/.prev_CMakeLists.txt b/tests/auto/security/.prev_CMakeLists.txt
deleted file mode 100644
index 2a53c9e..0000000
--- a/tests/auto/security/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-# Generated from security.pro.
-
-#####################################################################
-## tst_security Test:
-#####################################################################
-
-qt_add_test(tst_security
- SOURCES
- ../../common/backend_environment.h
- tst_security.cpp
- INCLUDE_DIRECTORIES
- ../../common
- PUBLIC_LIBRARIES
- Qt::Network
- Qt::OpcUa
-)
-
-# Resources:
-set(certs_resource_files
- "pki/own/certs/tst_security.der"
- "pki/own/private/privateKeyWithPassword_secret.pem"
- "pki/own/private/privateKeyWithoutPassword.pem"
- "pki/trusted/certs/ca.der"
- "pki/trusted/certs/open62541-testserver.der"
- "pki/trusted/crl/ca.crl.pem"
-)
-
-qt_add_resource(tst_security "certs"
- PREFIX
- "/"
- FILES
- ${certs_resource_files}
-)
-
diff --git a/tests/auto/security/security.pro b/tests/auto/security/security.pro
deleted file mode 100644
index bde83f7..0000000
--- a/tests/auto/security/security.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TARGET = tst_security
-
-QT += testlib opcua network
-QT -= gui
-CONFIG += testcase
-RESOURCES += certs.qrc
-
-SOURCES += \
- tst_security.cpp
-
-HEADERS += \
- $$PWD/../../common/backend_environment.h
-
-INCLUDEPATH += \
- $$PWD/../../common
diff --git a/tests/auto/x509/x509.pro b/tests/auto/x509/x509.pro
deleted file mode 100644
index b1f1fc1..0000000
--- a/tests/auto/x509/x509.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-TARGET = tst_x509
-
-QT += testlib opcua network
-QT -= gui
-CONFIG += testcase
-
-SOURCES += \
- tst_x509.cpp
diff --git a/tests/tests.pro b/tests/tests.pro
deleted file mode 100644
index 5719b55..0000000
--- a/tests/tests.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = subdirs
-SUBDIRS += auto
-
-QT_FOR_CONFIG += opcua-private
-
-qtConfig(open62541) {
- SUBDIRS += open62541-testserver
-}
-