summaryrefslogtreecommitdiffstats
path: root/tests/manual/quickwindow-switch
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quickwindow-switch')
-rw-r--r--tests/manual/quickwindow-switch/main.cpp2
-rw-r--r--tests/manual/quickwindow-switch/main.qml2
-rw-r--r--tests/manual/quickwindow-switch/quickwindow-switch.pro13
3 files changed, 2 insertions, 15 deletions
diff --git a/tests/manual/quickwindow-switch/main.cpp b/tests/manual/quickwindow-switch/main.cpp
index 4e7f7088b..e56ab5bb8 100644
--- a/tests/manual/quickwindow-switch/main.cpp
+++ b/tests/manual/quickwindow-switch/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2020 The Qt Company.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QGuiApplication>
#include <QQmlApplicationEngine>
diff --git a/tests/manual/quickwindow-switch/main.qml b/tests/manual/quickwindow-switch/main.qml
index a307878f9..89684360c 100644
--- a/tests/manual/quickwindow-switch/main.qml
+++ b/tests/manual/quickwindow-switch/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2020 The Qt Company.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick 2.2
import QtQuick.Window 2.12 as Win
diff --git a/tests/manual/quickwindow-switch/quickwindow-switch.pro b/tests/manual/quickwindow-switch/quickwindow-switch.pro
deleted file mode 100644
index 2f338d36d..000000000
--- a/tests/manual/quickwindow-switch/quickwindow-switch.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATE = app
-
-QT += 3dextras
-CONFIG += resources_big
-
-QT += 3dcore 3drender 3dinput 3dquick 3dlogic qml quick 3dquickextras
-
-SOURCES += \
- main.cpp
-
-RESOURCES += \
- quickwindow-switch.qrc
-