summaryrefslogtreecommitdiffstats
path: root/tests/manual/custom-mesh-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/custom-mesh-cpp')
-rw-r--r--tests/manual/custom-mesh-cpp/custom-mesh-cpp.pro8
-rw-r--r--tests/manual/custom-mesh-cpp/main.cpp2
2 files changed, 1 insertions, 9 deletions
diff --git a/tests/manual/custom-mesh-cpp/custom-mesh-cpp.pro b/tests/manual/custom-mesh-cpp/custom-mesh-cpp.pro
deleted file mode 100644
index 04b2627cf..000000000
--- a/tests/manual/custom-mesh-cpp/custom-mesh-cpp.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += 3dcore 3drender 3dinput 3dextras
-
-SOURCES += \
- main.cpp
diff --git a/tests/manual/custom-mesh-cpp/main.cpp b/tests/manual/custom-mesh-cpp/main.cpp
index 30d815438..2e4fa877a 100644
--- a/tests/manual/custom-mesh-cpp/main.cpp
+++ b/tests/manual/custom-mesh-cpp/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2015 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>