aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlapplicationengine
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-01-17 17:54:39 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-01-20 19:33:01 +0100
commit338e892a18b73c912881e6e7f93ade0dbaa1eb8b (patch)
treef8255666ca27b8873aa2dd98c0a4ce160f74cc5d /tests/auto/qml/qqmlapplicationengine
parent3d12c5a6cac27ebffe4b7e7c5e5e1d595c9e08a9 (diff)
Remove unused .qrc files
Task-number: QTBUG-94446 Change-Id: Ib8e773f97fca0d296752fd006062b5841dfd5662 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlapplicationengine')
-rw-r--r--tests/auto/qml/qqmlapplicationengine/testapp/main.qrc8
-rw-r--r--tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.qrc6
2 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/qml/qqmlapplicationengine/testapp/main.qrc b/tests/auto/qml/qqmlapplicationengine/testapp/main.qrc
deleted file mode 100644
index 82b695bbd8..0000000000
--- a/tests/auto/qml/qqmlapplicationengine/testapp/main.qrc
+++ /dev/null
@@ -1,8 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>immediateQuit.qml</file>
- <file>immediateExit.qml</file>
- <file>delayedQuit.qml</file>
- <file>delayedExit.qml</file>
- </qresource>
-</RCC>
diff --git a/tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.qrc b/tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.qrc
deleted file mode 100644
index de79d665a3..0000000000
--- a/tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.qrc
+++ /dev/null
@@ -1,6 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>data/loadTranslation.qml</file>
- <file>data/i18n/qml.qm</file>
- </qresource>
-</RCC>