summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/mrt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/mrt')
-rw-r--r--tests/manual/rhi/mrt/CMakeLists.txt9
-rw-r--r--tests/manual/rhi/mrt/mrt.cpp2
2 files changed, 4 insertions, 7 deletions
diff --git a/tests/manual/rhi/mrt/CMakeLists.txt b/tests/manual/rhi/mrt/CMakeLists.txt
index cd30003cd8..e86c6ef639 100644
--- a/tests/manual/rhi/mrt/CMakeLists.txt
+++ b/tests/manual/rhi/mrt/CMakeLists.txt
@@ -1,4 +1,5 @@
-# Generated from mrt.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## mrt Binary:
@@ -8,7 +9,7 @@ qt_internal_add_manual_test(mrt
GUI
SOURCES
mrt.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Gui
Qt::GuiPrivate
)
@@ -33,7 +34,3 @@ qt_internal_add_resource(mrt "mrt"
FILES
${mrt_resource_files}
)
-
-
-#### Keys ignored in scope 1:.:.:mrt.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/rhi/mrt/mrt.cpp b/tests/manual/rhi/mrt/mrt.cpp
index d03b3db1cc..a548ed1592 100644
--- a/tests/manual/rhi/mrt/mrt.cpp
+++ b/tests/manual/rhi/mrt/mrt.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 "../shared/examplefw.h"