summaryrefslogtreecommitdiffstats
path: root/tests/manual/dragging
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/dragging')
-rw-r--r--tests/manual/dragging/dragging.pro14
-rw-r--r--tests/manual/dragging/main.cpp2
-rw-r--r--tests/manual/dragging/main.qml2
3 files changed, 2 insertions, 16 deletions
diff --git a/tests/manual/dragging/dragging.pro b/tests/manual/dragging/dragging.pro
deleted file mode 100644
index 77541effb..000000000
--- a/tests/manual/dragging/dragging.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += 3dcore 3drender 3dinput 3dquick qml quick 3dquickextras
-
-SOURCES += \
- main.cpp
-
-OTHER_FILES += \
- main.qml
-
-RESOURCES += \
- dragging.qrc
diff --git a/tests/manual/dragging/main.cpp b/tests/manual/dragging/main.cpp
index 9c7ca6548..cd32b4c0b 100644
--- a/tests/manual/dragging/main.cpp
+++ b/tests/manual/dragging/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 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 <Qt3DQuickExtras/qt3dquickwindow.h>
#include <QGuiApplication>
diff --git a/tests/manual/dragging/main.qml b/tests/manual/dragging/main.qml
index 485c355aa..9ba8d3d96 100644
--- a/tests/manual/dragging/main.qml
+++ b/tests/manual/dragging/main.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2017 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 Qt3D.Core 2.0
import Qt3D.Render 2.0