summaryrefslogtreecommitdiffstats
path: root/tests/manual/unc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/unc')
-rw-r--r--tests/manual/unc/CMakeLists.txt8
-rw-r--r--tests/manual/unc/main.cpp2
2 files changed, 4 insertions, 6 deletions
diff --git a/tests/manual/unc/CMakeLists.txt b/tests/manual/unc/CMakeLists.txt
index e8c90cbd65..b811a661ac 100644
--- a/tests/manual/unc/CMakeLists.txt
+++ b/tests/manual/unc/CMakeLists.txt
@@ -1,4 +1,5 @@
-# Generated from unc.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## unc Binary:
@@ -8,10 +9,7 @@ qt_internal_add_manual_test(unc
GUI
SOURCES
main.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Gui
Qt::Widgets
)
-
-#### Keys ignored in scope 1:.:.:unc.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/unc/main.cpp b/tests/manual/unc/main.cpp
index 4ba7105ee5..98b50e775c 100644
--- a/tests/manual/unc/main.cpp
+++ b/tests/manual/unc/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QApplication>
#include <QDialog>