summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2012-06-18 16:21:50 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-19 07:31:35 +0200
commit919d331c2365db0c6d3ca323313b6065a123e6a1 (patch)
tree545e3713762532c90a8d6fee6a84d7c7c8ab5495 /tests
parent247cc1c39f9479f80e1af9757a9fb1e8da142103 (diff)
Remove device specific files.
These files are no longer required. Change-Id: Idb2cdb73efce40897f3ed625e82ae4220f97598b Reviewed-by: Julian de Bhal <julian.debhal@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/animations/animations.pro1
-rw-r--r--tests/manual/animations/info.json13
-rw-r--r--tests/manual/animations/mt.qml52
-rw-r--r--tests/manual/background/background.pro1
-rw-r--r--tests/manual/background/info.json13
-rw-r--r--tests/manual/background/mt.qml52
-rw-r--r--tests/manual/basic/basic.pro1
-rw-r--r--tests/manual/basic/info.json13
-rw-r--r--tests/manual/basic/mt.qml52
-rw-r--r--tests/manual/displaymodel/displaymodel.pro1
-rw-r--r--tests/manual/displaymodel/info.json13
-rw-r--r--tests/manual/displaymodel/mt.qml52
-rw-r--r--tests/manual/fullreferencing/fullreferencing.pro1
-rw-r--r--tests/manual/fullreferencing/info.json13
-rw-r--r--tests/manual/fullreferencing/mt.qml52
-rw-r--r--tests/manual/model3ds/info.json13
-rw-r--r--tests/manual/model3ds/model3ds.pro1
-rw-r--r--tests/manual/model3ds/mt.qml52
-rw-r--r--tests/manual/navigation1/info.json13
-rw-r--r--tests/manual/navigation1/mt.qml52
-rw-r--r--tests/manual/navigation1/navigation1.pro1
-rw-r--r--tests/manual/rotation/info.json13
-rw-r--r--tests/manual/rotation/mt.qml52
-rw-r--r--tests/manual/rotation/rotation.pro1
-rw-r--r--tests/manual/scaling/info.json13
-rw-r--r--tests/manual/scaling/mt.qml52
-rw-r--r--tests/manual/scaling/scaling.pro1
-rw-r--r--tests/manual/shapes/info.json13
-rw-r--r--tests/manual/shapes/mt.qml52
-rw-r--r--tests/manual/shapes/shapes.pro1
-rw-r--r--tests/manual/submesh/info.json13
-rw-r--r--tests/manual/submesh/mt.qml52
-rw-r--r--tests/manual/submesh/submesh.pro1
-rw-r--r--tests/manual/transformations/info.json13
-rw-r--r--tests/manual/transformations/mt.qml52
-rw-r--r--tests/manual/transformations/transformations.pro1
-rw-r--r--tests/manual/translation/info.json13
-rw-r--r--tests/manual/translation/mt.qml52
-rw-r--r--tests/manual/translation/translation.pro1
39 files changed, 0 insertions, 858 deletions
diff --git a/tests/manual/animations/animations.pro b/tests/manual/animations/animations.pro
index 6ccf4fe29..ef3fe4877 100644
--- a/tests/manual/animations/animations.pro
+++ b/tests/manual/animations/animations.pro
@@ -20,5 +20,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/animations/info.json b/tests/manual/animations/info.json
deleted file mode 100644
index 0a1ce515f..000000000
--- a/tests/manual/animations/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Animations Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.animationstest",
- "Summary": "Animations Test"
- }
-}
diff --git a/tests/manual/animations/mt.qml b/tests/manual/animations/mt.qml
deleted file mode 100644
index 526326e5d..000000000
--- a/tests/manual/animations/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestAnimations {
- }
-}
diff --git a/tests/manual/background/background.pro b/tests/manual/background/background.pro
index 958a2080b..c6ca92c43 100644
--- a/tests/manual/background/background.pro
+++ b/tests/manual/background/background.pro
@@ -19,5 +19,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/background/info.json b/tests/manual/background/info.json
deleted file mode 100644
index 21fcdd7e6..000000000
--- a/tests/manual/background/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "TestBackground",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qtquick3d.testbackground",
- "Summary": "TestBackground QML Demo"
- }
-}
diff --git a/tests/manual/background/mt.qml b/tests/manual/background/mt.qml
deleted file mode 100644
index 0e645abde..000000000
--- a/tests/manual/background/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestBackground {
- }
-}
diff --git a/tests/manual/basic/basic.pro b/tests/manual/basic/basic.pro
index faf2fc31d..812e4d462 100644
--- a/tests/manual/basic/basic.pro
+++ b/tests/manual/basic/basic.pro
@@ -18,5 +18,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/basic/info.json b/tests/manual/basic/info.json
deleted file mode 100644
index 51f4ac9ac..000000000
--- a/tests/manual/basic/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Basic Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.basicqt3dtest",
- "Summary": "Basic Qt3D Test"
- }
-}
diff --git a/tests/manual/basic/mt.qml b/tests/manual/basic/mt.qml
deleted file mode 100644
index f2a1a4ea6..000000000
--- a/tests/manual/basic/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestBasic {
- }
-}
diff --git a/tests/manual/displaymodel/displaymodel.pro b/tests/manual/displaymodel/displaymodel.pro
index b343579f4..b7245ea23 100644
--- a/tests/manual/displaymodel/displaymodel.pro
+++ b/tests/manual/displaymodel/displaymodel.pro
@@ -25,5 +25,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/displaymodel/info.json b/tests/manual/displaymodel/info.json
deleted file mode 100644
index fa3cb9ca2..000000000
--- a/tests/manual/displaymodel/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Display Model Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.displaymodeltest",
- "Summary": "Display Model Test"
- }
-}
diff --git a/tests/manual/displaymodel/mt.qml b/tests/manual/displaymodel/mt.qml
deleted file mode 100644
index d7a32cb79..000000000
--- a/tests/manual/displaymodel/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestDisplayModel {
- }
-}
diff --git a/tests/manual/fullreferencing/fullreferencing.pro b/tests/manual/fullreferencing/fullreferencing.pro
index da7a1221e..79bddb0ed 100644
--- a/tests/manual/fullreferencing/fullreferencing.pro
+++ b/tests/manual/fullreferencing/fullreferencing.pro
@@ -22,5 +22,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/fullreferencing/info.json b/tests/manual/fullreferencing/info.json
deleted file mode 100644
index dbeb0c86d..000000000
--- a/tests/manual/fullreferencing/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Full Referencing Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.fullreferencingtest",
- "Summary": "Full Referencing Test QML Demo"
- }
-}
diff --git a/tests/manual/fullreferencing/mt.qml b/tests/manual/fullreferencing/mt.qml
deleted file mode 100644
index 1175749bf..000000000
--- a/tests/manual/fullreferencing/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestFullReferencing {
- }
-}
diff --git a/tests/manual/model3ds/info.json b/tests/manual/model3ds/info.json
deleted file mode 100644
index caa0dffcc..000000000
--- a/tests/manual/model3ds/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Model 3ds Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.model3dstest",
- "Summary": "Model 3ds Test"
- }
-}
diff --git a/tests/manual/model3ds/model3ds.pro b/tests/manual/model3ds/model3ds.pro
index 5c6fb61dd..e174ef957 100644
--- a/tests/manual/model3ds/model3ds.pro
+++ b/tests/manual/model3ds/model3ds.pro
@@ -26,5 +26,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/model3ds/mt.qml b/tests/manual/model3ds/mt.qml
deleted file mode 100644
index 234879707..000000000
--- a/tests/manual/model3ds/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestModel3ds {
- }
-}
diff --git a/tests/manual/navigation1/info.json b/tests/manual/navigation1/info.json
deleted file mode 100644
index 4e5832a00..000000000
--- a/tests/manual/navigation1/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Navigation1 Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.navigation1test",
- "Summary": "Navigation1 Test"
- }
-}
diff --git a/tests/manual/navigation1/mt.qml b/tests/manual/navigation1/mt.qml
deleted file mode 100644
index dd6f83fd0..000000000
--- a/tests/manual/navigation1/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestNavigation1 {
- }
-}
diff --git a/tests/manual/navigation1/navigation1.pro b/tests/manual/navigation1/navigation1.pro
index 7d9ff262c..fd5c322cb 100644
--- a/tests/manual/navigation1/navigation1.pro
+++ b/tests/manual/navigation1/navigation1.pro
@@ -22,5 +22,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/rotation/info.json b/tests/manual/rotation/info.json
deleted file mode 100644
index 4ca539c57..000000000
--- a/tests/manual/rotation/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Rotation",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.testrotation",
- "Summary": "Rotation Test"
- }
-}
diff --git a/tests/manual/rotation/mt.qml b/tests/manual/rotation/mt.qml
deleted file mode 100644
index 52f018108..000000000
--- a/tests/manual/rotation/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestRotation {
- }
-}
diff --git a/tests/manual/rotation/rotation.pro b/tests/manual/rotation/rotation.pro
index 81893804e..f58edd53d 100644
--- a/tests/manual/rotation/rotation.pro
+++ b/tests/manual/rotation/rotation.pro
@@ -19,5 +19,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/scaling/info.json b/tests/manual/scaling/info.json
deleted file mode 100644
index 37c55b0b3..000000000
--- a/tests/manual/scaling/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Scaling Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.scalingtest",
- "Summary": "Scaling Test"
- }
-}
diff --git a/tests/manual/scaling/mt.qml b/tests/manual/scaling/mt.qml
deleted file mode 100644
index c316cbac8..000000000
--- a/tests/manual/scaling/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestScaling {
- }
-}
diff --git a/tests/manual/scaling/scaling.pro b/tests/manual/scaling/scaling.pro
index 371fb8fcd..fd4a7eb33 100644
--- a/tests/manual/scaling/scaling.pro
+++ b/tests/manual/scaling/scaling.pro
@@ -19,5 +19,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/shapes/info.json b/tests/manual/shapes/info.json
deleted file mode 100644
index b025068cf..000000000
--- a/tests/manual/shapes/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Shapes Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qtquick3d.shapestest",
- "Summary": "Thing QML Demo"
- }
-}
diff --git a/tests/manual/shapes/mt.qml b/tests/manual/shapes/mt.qml
deleted file mode 100644
index a584d5747..000000000
--- a/tests/manual/shapes/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestShapes {
- }
-}
diff --git a/tests/manual/shapes/shapes.pro b/tests/manual/shapes/shapes.pro
index a1b0a270b..c440e5bc1 100644
--- a/tests/manual/shapes/shapes.pro
+++ b/tests/manual/shapes/shapes.pro
@@ -19,5 +19,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/submesh/info.json b/tests/manual/submesh/info.json
deleted file mode 100644
index df316a359..000000000
--- a/tests/manual/submesh/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Submesh",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.testsubmesh",
- "Summary": "Submesh Test"
- }
-}
diff --git a/tests/manual/submesh/mt.qml b/tests/manual/submesh/mt.qml
deleted file mode 100644
index 38c64d1fb..000000000
--- a/tests/manual/submesh/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestSubmesh {
- }
-}
diff --git a/tests/manual/submesh/submesh.pro b/tests/manual/submesh/submesh.pro
index b00b7b256..a2d881d84 100644
--- a/tests/manual/submesh/submesh.pro
+++ b/tests/manual/submesh/submesh.pro
@@ -22,5 +22,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/transformations/info.json b/tests/manual/transformations/info.json
deleted file mode 100644
index ff1e6364f..000000000
--- a/tests/manual/transformations/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Transformations",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qtquick3d.transformations",
- "Summary": "Transformations QML Test"
- }
-}
diff --git a/tests/manual/transformations/mt.qml b/tests/manual/transformations/mt.qml
deleted file mode 100644
index bca97c26f..000000000
--- a/tests/manual/transformations/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestTransformations {
- }
-}
diff --git a/tests/manual/transformations/transformations.pro b/tests/manual/transformations/transformations.pro
index 72d870667..d20ef7a28 100644
--- a/tests/manual/transformations/transformations.pro
+++ b/tests/manual/transformations/transformations.pro
@@ -21,5 +21,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES
diff --git a/tests/manual/translation/info.json b/tests/manual/translation/info.json
deleted file mode 100644
index 802d5722d..000000000
--- a/tests/manual/translation/info.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "info-version": "1.0",
- "dict": {
- "Category": "application",
- "Runtime": "qml",
- "DisplayName": "Translation Test",
- "Subcategory": "utility",
- "MainQML": "mt.qml",
- "Version": "1.0",
- "Identifier": "com.nokia.qt3d.translationtest",
- "Summary": "Translation Test"
- }
-}
diff --git a/tests/manual/translation/mt.qml b/tests/manual/translation/mt.qml
deleted file mode 100644
index 4aa0c9dce..000000000
--- a/tests/manual/translation/mt.qml
+++ /dev/null
@@ -1,52 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/
-**
-** This file is part of the Qt3D examples of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
-**
-** "Redistribution and use in source and binary forms, with or without
-** modification, are permitted provided that the following conditions are
-** met:
-** * Redistributions of source code must retain the above copyright
-** notice, this list of conditions and the following disclaimer.
-** * Redistributions in binary form must reproduce the above copyright
-** notice, this list of conditions and the following disclaimer in
-** the documentation and/or other materials provided with the
-** distribution.
-** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
-** the names of its contributors may be used to endorse or promote
-** products derived from this software without specific prior written
-** permission.
-**
-** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-import Qt3D 1.0
-import Qt3D.Shapes 1.0
-import "qml"
-
-Item {
- width: 320
- height: 480
-
- TestTranslation {
- }
-}
diff --git a/tests/manual/translation/translation.pro b/tests/manual/translation/translation.pro
index d3d734218..ebf662cae 100644
--- a/tests/manual/translation/translation.pro
+++ b/tests/manual/translation/translation.pro
@@ -22,5 +22,4 @@ CATEGORY = manual
include(../../../pkg.pri)
OTHER_FILES += \
- mt.qml \
$$QML_INFRA_FILES