summaryrefslogtreecommitdiffstats
path: root/tests/manual/rendertarget-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rendertarget-cpp')
-rw-r--r--tests/manual/rendertarget-cpp/main.cpp2
-rw-r--r--tests/manual/rendertarget-cpp/orbittransformcontroller.cpp2
-rw-r--r--tests/manual/rendertarget-cpp/orbittransformcontroller.h2
-rw-r--r--tests/manual/rendertarget-cpp/rendertarget-cpp.pro12
4 files changed, 3 insertions, 15 deletions
diff --git a/tests/manual/rendertarget-cpp/main.cpp b/tests/manual/rendertarget-cpp/main.cpp
index 603f799b6..6e83ab5ad 100644
--- a/tests/manual/rendertarget-cpp/main.cpp
+++ b/tests/manual/rendertarget-cpp/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2020 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QGuiApplication>
diff --git a/tests/manual/rendertarget-cpp/orbittransformcontroller.cpp b/tests/manual/rendertarget-cpp/orbittransformcontroller.cpp
index 6adc322f6..775989602 100644
--- a/tests/manual/rendertarget-cpp/orbittransformcontroller.cpp
+++ b/tests/manual/rendertarget-cpp/orbittransformcontroller.cpp
@@ -1,6 +1,6 @@
// Copyright (C) 2016 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include "orbittransformcontroller.h"
diff --git a/tests/manual/rendertarget-cpp/orbittransformcontroller.h b/tests/manual/rendertarget-cpp/orbittransformcontroller.h
index 704da425f..e50b53f52 100644
--- a/tests/manual/rendertarget-cpp/orbittransformcontroller.h
+++ b/tests/manual/rendertarget-cpp/orbittransformcontroller.h
@@ -1,6 +1,6 @@
// Copyright (C) 2016 Klaralvdalens Datakonsult AB (KDAB).
// Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef ORBITTRANSFORMCONTROLLER_H
#define ORBITTRANSFORMCONTROLLER_H
diff --git a/tests/manual/rendertarget-cpp/rendertarget-cpp.pro b/tests/manual/rendertarget-cpp/rendertarget-cpp.pro
deleted file mode 100644
index b11894b60..000000000
--- a/tests/manual/rendertarget-cpp/rendertarget-cpp.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += 3dcore 3drender 3dinput 3dextras
-
-SOURCES += \
- main.cpp \
- orbittransformcontroller.cpp
-
-HEADERS += \
- orbittransformcontroller.h