summaryrefslogtreecommitdiffstats
path: root/tests/manual/assimp-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/assimp-cpp')
-rw-r--r--tests/manual/assimp-cpp/assimp-cpp.pro11
-rw-r--r--tests/manual/assimp-cpp/main.cpp2
2 files changed, 1 insertions, 12 deletions
diff --git a/tests/manual/assimp-cpp/assimp-cpp.pro b/tests/manual/assimp-cpp/assimp-cpp.pro
deleted file mode 100644
index b8d0b1b3b..000000000
--- a/tests/manual/assimp-cpp/assimp-cpp.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-android|ios|tvos|winrt {
- warning( "This example is not supported for android, ios, tvos, or winrt." )
-}
-
-!include( ../manual.pri ) {
- error( "Couldn't find the manual.pri file!" )
-}
-
-QT += widgets 3dcore 3drender 3dinput 3dextras
-
-SOURCES += main.cpp
diff --git a/tests/manual/assimp-cpp/main.cpp b/tests/manual/assimp-cpp/main.cpp
index 0a36cf95f..98bb61219 100644
--- a/tests/manual/assimp-cpp/main.cpp
+++ b/tests/manual/assimp-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 <QFileDialog>
#include <QApplication>