summaryrefslogtreecommitdiffstats
path: root/tests/auto/security/tst_security.cpp
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2023-10-24 11:02:09 +0200
committerJannis Voelker <jannis.voelker@basyskom.com>2023-11-20 16:22:24 +0100
commit4a2b804e18bde7f289f0c4ebf565e18ce29e92bc (patch)
tree59d84e97f1564898e00bcbcb959096b80f5b2408 /tests/auto/security/tst_security.cpp
parent1c42a566f9e2e2e2c407fdfbaa01ef76397fb9ee (diff)
Remove the UACPP plugin
The Unified Automation plugin was only partially ported to Qt 6 and was since then mostly unmaintained. New feature introduced since 5.15 and later were only available for the open62541 backend. [ChangeLog][Qt OPC UA] The Unified Automation backend has been removed. The open62541 backend will be able to act as a drop-in replacement for everything except the connectError() signal. Change-Id: I7e859133bb973256cdfe8eb9b6949379acb689b9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Reviewed-by: Vladimir Minenko <vladimir.minenko@qt.io>
Diffstat (limited to 'tests/auto/security/tst_security.cpp')
-rw-r--r--tests/auto/security/tst_security.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/security/tst_security.cpp b/tests/auto/security/tst_security.cpp
index 6f0c1ba..27f3b61 100644
--- a/tests/auto/security/tst_security.cpp
+++ b/tests/auto/security/tst_security.cpp
@@ -1,8 +1,6 @@
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
-#include "backend_environment.h"
-
#include <QtOpcUa/QOpcUaAuthenticationInformation>
#include <QtOpcUa/QOpcUaClient>
#include <QtOpcUa/QOpcUaEndpointDescription>
@@ -390,7 +388,6 @@ void Tst_QOpcUaSecurity::cleanupTestCase()
int main(int argc, char *argv[])
{
- updateEnvironment();
QCoreApplication app(argc, argv);
QTEST_SET_MAIN_SOURCE_PATH