summaryrefslogtreecommitdiffstats
path: root/tests/manual/component-changes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/component-changes')
-rw-r--r--tests/manual/component-changes/component-changes.pro9
-rw-r--r--tests/manual/component-changes/main.cpp2
2 files changed, 1 insertions, 10 deletions
diff --git a/tests/manual/component-changes/component-changes.pro b/tests/manual/component-changes/component-changes.pro
deleted file mode 100644
index d3db3bc76..000000000
--- a/tests/manual/component-changes/component-changes.pro
+++ /dev/null
@@ -1,9 +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/component-changes/main.cpp b/tests/manual/component-changes/main.cpp
index 97d405657..d8672f50f 100644
--- a/tests/manual/component-changes/main.cpp
+++ b/tests/manual/component-changes/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 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>