summaryrefslogtreecommitdiffstats
path: root/tests/manual/sharedtexture
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/sharedtexture')
-rw-r--r--tests/manual/sharedtexture/main.cpp2
-rw-r--r--tests/manual/sharedtexture/sharedtexture.pro16
-rw-r--r--tests/manual/sharedtexture/videoplayer.cpp2
-rw-r--r--tests/manual/sharedtexture/videoplayer.h2
4 files changed, 3 insertions, 19 deletions
diff --git a/tests/manual/sharedtexture/main.cpp b/tests/manual/sharedtexture/main.cpp
index 211714a30..d5761f65f 100644
--- a/tests/manual/sharedtexture/main.cpp
+++ b/tests/manual/sharedtexture/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 <QApplication>
#include <QPropertyAnimation>
diff --git a/tests/manual/sharedtexture/sharedtexture.pro b/tests/manual/sharedtexture/sharedtexture.pro
deleted file mode 100644
index 51faf69e2..000000000
--- a/tests/manual/sharedtexture/sharedtexture.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += widgets 3dcore 3drender 3dinput 3dextras multimedia opengl
-
-greaterThan(QT_MAJOR_VERSION, 5) {
- QT += openglwidgets
-}
-
-SOURCES += \
- videoplayer.cpp \
- main.cpp
-
-HEADERS += \
- videoplayer.h
diff --git a/tests/manual/sharedtexture/videoplayer.cpp b/tests/manual/sharedtexture/videoplayer.cpp
index 83a7b21d7..95f61522c 100644
--- a/tests/manual/sharedtexture/videoplayer.cpp
+++ b/tests/manual/sharedtexture/videoplayer.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 <QMutexLocker>
#include <QtMultimedia/QVideoFrame>
diff --git a/tests/manual/sharedtexture/videoplayer.h b/tests/manual/sharedtexture/videoplayer.h
index cecb99392..0caebcd33 100644
--- a/tests/manual/sharedtexture/videoplayer.h
+++ b/tests/manual/sharedtexture/videoplayer.h
@@ -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 <QtGui/QOpenGLFunctions>