summaryrefslogtreecommitdiffstats
path: root/tests/manual/touchGraphicsItem
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/touchGraphicsItem')
-rw-r--r--tests/manual/touchGraphicsItem/CMakeLists.txt5
-rw-r--r--tests/manual/touchGraphicsItem/main.cpp2
2 files changed, 1 insertions, 6 deletions
diff --git a/tests/manual/touchGraphicsItem/CMakeLists.txt b/tests/manual/touchGraphicsItem/CMakeLists.txt
index e196120123..82e0523184 100644
--- a/tests/manual/touchGraphicsItem/CMakeLists.txt
+++ b/tests/manual/touchGraphicsItem/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from touchGraphicsItem.pro.
-
#####################################################################
## touchGraphicsItem Binary:
#####################################################################
@@ -17,6 +15,3 @@ qt_internal_add_manual_test(touchGraphicsItem
Qt::Gui
Qt::Widgets
)
-
-#### Keys ignored in scope 1:.:.:touchGraphicsItem.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/touchGraphicsItem/main.cpp b/tests/manual/touchGraphicsItem/main.cpp
index 727e2b4cd2..7ec9272a86 100644
--- a/tests/manual/touchGraphicsItem/main.cpp
+++ b/tests/manual/touchGraphicsItem/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtWidgets>