summaryrefslogtreecommitdiffstats
path: root/tests/manual/raycasting-qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/raycasting-qml')
-rw-r--r--tests/manual/raycasting-qml/CylinderEntity.qml2
-rw-r--r--tests/manual/raycasting-qml/LineEntity.qml2
-rw-r--r--tests/manual/raycasting-qml/LineMaterial.qml2
-rw-r--r--tests/manual/raycasting-qml/main.cpp2
-rw-r--r--tests/manual/raycasting-qml/main.qml2
-rw-r--r--tests/manual/raycasting-qml/raycasting-qml.pro10
6 files changed, 5 insertions, 15 deletions
diff --git a/tests/manual/raycasting-qml/CylinderEntity.qml b/tests/manual/raycasting-qml/CylinderEntity.qml
index a37aac54f..4b6269d31 100644
--- a/tests/manual/raycasting-qml/CylinderEntity.qml
+++ b/tests/manual/raycasting-qml/CylinderEntity.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 Qt3D.Core 2.0
import Qt3D.Render 2.0
diff --git a/tests/manual/raycasting-qml/LineEntity.qml b/tests/manual/raycasting-qml/LineEntity.qml
index 99bf0d0fd..843933832 100644
--- a/tests/manual/raycasting-qml/LineEntity.qml
+++ b/tests/manual/raycasting-qml/LineEntity.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 Qt3D.Core 2.0
import Qt3D.Render 2.0
diff --git a/tests/manual/raycasting-qml/LineMaterial.qml b/tests/manual/raycasting-qml/LineMaterial.qml
index 35d4e381b..55c9c211a 100644
--- a/tests/manual/raycasting-qml/LineMaterial.qml
+++ b/tests/manual/raycasting-qml/LineMaterial.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 Qt3D.Core 2.0
import Qt3D.Render 2.0
diff --git a/tests/manual/raycasting-qml/main.cpp b/tests/manual/raycasting-qml/main.cpp
index ce26b5fd8..09a1a43d0 100644
--- a/tests/manual/raycasting-qml/main.cpp
+++ b/tests/manual/raycasting-qml/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 <Qt3DQuickExtras/qt3dquickwindow.h>
#include <QGuiApplication>
diff --git a/tests/manual/raycasting-qml/main.qml b/tests/manual/raycasting-qml/main.qml
index 34cb29c54..4141f762e 100644
--- a/tests/manual/raycasting-qml/main.qml
+++ b/tests/manual/raycasting-qml/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 Qt3D.Core 2.0
import Qt3D.Render 2.11
diff --git a/tests/manual/raycasting-qml/raycasting-qml.pro b/tests/manual/raycasting-qml/raycasting-qml.pro
deleted file mode 100644
index b3ff6d6a8..000000000
--- a/tests/manual/raycasting-qml/raycasting-qml.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-QT += 3dcore 3drender 3dinput 3dquick qml quick 3dquickextras
-
-SOURCES += \
- main.cpp
-
-OTHER_FILES += \
- main.qml
-
-RESOURCES += \
- main.qrc