summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/msaatexture
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/msaatexture')
-rw-r--r--tests/manual/rhi/msaatexture/CMakeLists.txt6
-rw-r--r--tests/manual/rhi/msaatexture/msaatexture.cpp2
2 files changed, 1 insertions, 7 deletions
diff --git a/tests/manual/rhi/msaatexture/CMakeLists.txt b/tests/manual/rhi/msaatexture/CMakeLists.txt
index 9c103733a1..d948319059 100644
--- a/tests/manual/rhi/msaatexture/CMakeLists.txt
+++ b/tests/manual/rhi/msaatexture/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from msaatexture.pro.
-
#####################################################################
## msaatexture Binary:
#####################################################################
@@ -46,7 +44,3 @@ qt_internal_add_resource(msaatexture "msaatexture"
FILES
${msaatexture_resource_files}
)
-
-
-#### Keys ignored in scope 1:.:.:msaatexture.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/rhi/msaatexture/msaatexture.cpp b/tests/manual/rhi/msaatexture/msaatexture.cpp
index ef7044b6d5..9edc8f5714 100644
--- a/tests/manual/rhi/msaatexture/msaatexture.cpp
+++ b/tests/manual/rhi/msaatexture/msaatexture.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"