summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/ubo
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/ubo')
-rw-r--r--tests/manual/rhi/ubo/main.cpp2
-rw-r--r--tests/manual/rhi/ubo/main.qml2
-rw-r--r--tests/manual/rhi/ubo/ubo.pro10
3 files changed, 2 insertions, 12 deletions
diff --git a/tests/manual/rhi/ubo/main.cpp b/tests/manual/rhi/ubo/main.cpp
index 5b0181037..0bb6f50ec 100644
--- a/tests/manual/rhi/ubo/main.cpp
+++ b/tests/manual/rhi/ubo/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>
#include <Qt3DQuickExtras/qt3dquickwindow.h>
diff --git a/tests/manual/rhi/ubo/main.qml b/tests/manual/rhi/ubo/main.qml
index a007ba02e..7d54a3f15 100644
--- a/tests/manual/rhi/ubo/main.qml
+++ b/tests/manual/rhi/ubo/main.qml
@@ -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
import QtQuick 2.15 as QQ2
import Qt3D.Core 2.15
diff --git a/tests/manual/rhi/ubo/ubo.pro b/tests/manual/rhi/ubo/ubo.pro
deleted file mode 100644
index 6fb2c223d..000000000
--- a/tests/manual/rhi/ubo/ubo.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-!include( ../../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += 3dcore 3drender 3dinput 3dextras
-
-SOURCES += \
- main.cpp
-
-RESOURCES += main.qml