summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2012-02-06 18:21:27 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-07 02:33:52 +0100
commit8ddb7b006ba464c98af5e85c209ddd2e9bba5a5e (patch)
treea8b04d244f27603810606453c62cbed09997af3b
parentf3bee347e003e20380bfd1ddfab5c5c2f4e05dd1 (diff)
downloadqt3d-8ddb7b006ba464c98af5e85c209ddd2e9bba5a5e.tar.gz
Remove qmlproject files.
These apparently were needed as a work-around but are now deprecated for some platforms. Change-Id: Ib0a86842c2dc73f534adbce3ce50246846a633fb Reviewed-by: Julian de Bhal <julian.debhal@nokia.com>
-rw-r--r--demos/quick3d/flickr3d/flickr3d.qmlproject16
-rw-r--r--demos/quick3d/model_viewer/model_viewer.qmlproject16
-rw-r--r--demos/quick3d/robo_bounce/robo_bounce.qmlproject16
-rw-r--r--demos/quick3d/tea_service/qml/teaservice.qmlproject16
-rw-r--r--demos/quick3d/tea_service/tea_service.qmlproject16
-rw-r--r--examples/quick3d/animations/animations_qml.qmlproject16
-rw-r--r--examples/quick3d/basket/basket_qml.qmlproject16
-rw-r--r--examples/quick3d/cube/cube_qml.qmlproject16
-rw-r--r--examples/quick3d/forest/forest.qmlproject16
-rw-r--r--examples/quick3d/lander/lander.qmlproject16
-rw-r--r--examples/quick3d/lander/qml/lander.qmlproject56
-rw-r--r--examples/quick3d/matrix_animation/matrix_animation.qmlproject16
-rw-r--r--examples/quick3d/monkeygod/monkeygod.qmlproject16
-rw-r--r--examples/quick3d/moon/moon.qmlproject16
-rw-r--r--examples/quick3d/photoroom/photoroom.qmlproject16
-rw-r--r--examples/quick3d/shaders/qml/shaders.qmlproject56
-rw-r--r--examples/quick3d/shaders/shaders.qmlproject16
-rw-r--r--examples/quick3d/sphere/sphere.qmlproject16
-rw-r--r--tests/manual/animations/animations.qmlproject16
-rw-r--r--tests/manual/displaymodel/displaymodel.qmlproject16
-rw-r--r--tests/manual/model3ds/model3ds.qmlproject16
-rw-r--r--tests/manual/navigation1/navigation1.qmlproject16
-rw-r--r--tests/manual/rotation/rotation.qmlproject16
-rw-r--r--tests/manual/scaling/scaling.qmlproject16
-rw-r--r--tests/manual/submesh/submesh.qmlproject16
-rw-r--r--tests/manual/transformations/transformations.qmlproject16
-rw-r--r--tests/manual/translation/translation.qmlproject16
-rw-r--r--tutorials/quick3d/shaders/shaders.qmlproject16
28 files changed, 0 insertions, 528 deletions
diff --git a/demos/quick3d/flickr3d/flickr3d.qmlproject b/demos/quick3d/flickr3d/flickr3d.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/demos/quick3d/flickr3d/flickr3d.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/demos/quick3d/model_viewer/model_viewer.qmlproject b/demos/quick3d/model_viewer/model_viewer.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/demos/quick3d/model_viewer/model_viewer.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/demos/quick3d/robo_bounce/robo_bounce.qmlproject b/demos/quick3d/robo_bounce/robo_bounce.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/demos/quick3d/robo_bounce/robo_bounce.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/demos/quick3d/tea_service/qml/teaservice.qmlproject b/demos/quick3d/tea_service/qml/teaservice.qmlproject
deleted file mode 100644
index d4909f868..000000000
--- a/demos/quick3d/tea_service/qml/teaservice.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
-}
diff --git a/demos/quick3d/tea_service/tea_service.qmlproject b/demos/quick3d/tea_service/tea_service.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/demos/quick3d/tea_service/tea_service.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/animations/animations_qml.qmlproject b/examples/quick3d/animations/animations_qml.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/animations/animations_qml.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/basket/basket_qml.qmlproject b/examples/quick3d/basket/basket_qml.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/basket/basket_qml.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/cube/cube_qml.qmlproject b/examples/quick3d/cube/cube_qml.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/cube/cube_qml.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/forest/forest.qmlproject b/examples/quick3d/forest/forest.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/forest/forest.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/lander/lander.qmlproject b/examples/quick3d/lander/lander.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/lander/lander.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/lander/qml/lander.qmlproject b/examples/quick3d/lander/qml/lander.qmlproject
deleted file mode 100644
index 6d83c3d82..000000000
--- a/examples/quick3d/lander/qml/lander.qmlproject
+++ /dev/null
@@ -1,56 +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 module 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 QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
-}
diff --git a/examples/quick3d/matrix_animation/matrix_animation.qmlproject b/examples/quick3d/matrix_animation/matrix_animation.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/matrix_animation/matrix_animation.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/monkeygod/monkeygod.qmlproject b/examples/quick3d/monkeygod/monkeygod.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/monkeygod/monkeygod.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/moon/moon.qmlproject b/examples/quick3d/moon/moon.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/moon/moon.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/photoroom/photoroom.qmlproject b/examples/quick3d/photoroom/photoroom.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/photoroom/photoroom.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/shaders/qml/shaders.qmlproject b/examples/quick3d/shaders/qml/shaders.qmlproject
deleted file mode 100644
index 7d86161c5..000000000
--- a/examples/quick3d/shaders/qml/shaders.qmlproject
+++ /dev/null
@@ -1,56 +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 module 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 QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ "../exampleplugin" ]
-}
diff --git a/examples/quick3d/shaders/shaders.qmlproject b/examples/quick3d/shaders/shaders.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/shaders/shaders.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/examples/quick3d/sphere/sphere.qmlproject b/examples/quick3d/sphere/sphere.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/examples/quick3d/sphere/sphere.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/animations/animations.qmlproject b/tests/manual/animations/animations.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/animations/animations.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/displaymodel/displaymodel.qmlproject b/tests/manual/displaymodel/displaymodel.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/displaymodel/displaymodel.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/model3ds/model3ds.qmlproject b/tests/manual/model3ds/model3ds.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/model3ds/model3ds.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/navigation1/navigation1.qmlproject b/tests/manual/navigation1/navigation1.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/navigation1/navigation1.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/rotation/rotation.qmlproject b/tests/manual/rotation/rotation.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/rotation/rotation.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/scaling/scaling.qmlproject b/tests/manual/scaling/scaling.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/scaling/scaling.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/submesh/submesh.qmlproject b/tests/manual/submesh/submesh.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/submesh/submesh.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/transformations/transformations.qmlproject b/tests/manual/transformations/transformations.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/transformations/transformations.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tests/manual/translation/translation.qmlproject b/tests/manual/translation/translation.qmlproject
deleted file mode 100644
index 37c467f13..000000000
--- a/tests/manual/translation/translation.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- importPaths: [".", "../../imports/"]
-}
diff --git a/tutorials/quick3d/shaders/shaders.qmlproject b/tutorials/quick3d/shaders/shaders.qmlproject
deleted file mode 100644
index d4909f868..000000000
--- a/tutorials/quick3d/shaders/shaders.qmlproject
+++ /dev/null
@@ -1,16 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
-}