summaryrefslogtreecommitdiffstats
path: root/tests/manual/qopenglwindow/multiwindow
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qopenglwindow/multiwindow')
-rw-r--r--tests/manual/qopenglwindow/multiwindow/CMakeLists.txt7
-rw-r--r--tests/manual/qopenglwindow/multiwindow/main.cpp2
2 files changed, 2 insertions, 7 deletions
diff --git a/tests/manual/qopenglwindow/multiwindow/CMakeLists.txt b/tests/manual/qopenglwindow/multiwindow/CMakeLists.txt
index 730ec30a53..bc40407af4 100644
--- a/tests/manual/qopenglwindow/multiwindow/CMakeLists.txt
+++ b/tests/manual/qopenglwindow/multiwindow/CMakeLists.txt
@@ -1,7 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-
-# Generated from multiwindow.pro.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## multiwindow Binary:
@@ -14,6 +12,3 @@ qt_internal_add_manual_test(multiwindow
LIBRARIES
Qt::Gui
)
-
-#### Keys ignored in scope 1:.:.:multiwindow.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/qopenglwindow/multiwindow/main.cpp b/tests/manual/qopenglwindow/multiwindow/main.cpp
index 044efc7309..0b351d5796 100644
--- a/tests/manual/qopenglwindow/multiwindow/main.cpp
+++ b/tests/manual/qopenglwindow/multiwindow/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 <QtGui>