summaryrefslogtreecommitdiffstats
path: root/tests/manual/texture_property_updates
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/texture_property_updates')
-rw-r--r--tests/manual/texture_property_updates/main.cpp2
-rw-r--r--tests/manual/texture_property_updates/main.qml2
-rw-r--r--tests/manual/texture_property_updates/texture_property_updates.pro10
3 files changed, 2 insertions, 12 deletions
diff --git a/tests/manual/texture_property_updates/main.cpp b/tests/manual/texture_property_updates/main.cpp
index cf5d3d7dc..7a052bda1 100644
--- a/tests/manual/texture_property_updates/main.cpp
+++ b/tests/manual/texture_property_updates/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 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 <QQuickView>
#include <QGuiApplication>
diff --git a/tests/manual/texture_property_updates/main.qml b/tests/manual/texture_property_updates/main.qml
index eb67f7bcb..3930b71b7 100644
--- a/tests/manual/texture_property_updates/main.qml
+++ b/tests/manual/texture_property_updates/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2018 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.2 as QQ2
import QtQuick.Scene3D 2.0
diff --git a/tests/manual/texture_property_updates/texture_property_updates.pro b/tests/manual/texture_property_updates/texture_property_updates.pro
deleted file mode 100644
index 33d72da68..000000000
--- a/tests/manual/texture_property_updates/texture_property_updates.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-QT += 3dcore 3drender 3dinput 3dquick 3dlogic qml quick 3dquickextras
-
-SOURCES += \
- main.cpp
-
-OTHER_FILES += \
- main.qml
-
-RESOURCES += \
- texture_property_updates.qrc