aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
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
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')
-rw-r--r--tests/auto/qml/qjsengine/qjsengine.qrc8
-rw-r--r--tests/auto/qml/qmlcachegen/data/retain.qrc5
-rw-r--r--tests/auto/qml/qmlcachegen/data/skip.qrc5
-rw-r--r--tests/auto/qml/qmlcachegen/trickypaths.qrc7
-rw-r--r--tests/auto/qml/qmlcachegen/trickypaths_umlaut.qrc5
-rw-r--r--tests/auto/qml/qqmlapplicationengine/testapp/main.qrc8
-rw-r--r--tests/auto/qml/qqmlapplicationengine/tst_qqmlapplicationengine.qrc6
-rw-r--r--tests/auto/qml/qqmlenginecleanup/CustomModuleImport/moduleplugin.qrc5
-rw-r--r--tests/auto/qml/qqmllanguage/qqmllanguage.qrc5
-rw-r--r--tests/auto/qml/qqmltranslation/data/translation.qrc6
-rw-r--r--tests/auto/qml/qrcqml/qrcqml.qrc21
11 files changed, 0 insertions, 81 deletions
diff --git a/tests/auto/qml/qjsengine/qjsengine.qrc b/tests/auto/qml/qjsengine/qjsengine.qrc
deleted file mode 100644
index d05d115966..0000000000
--- a/tests/auto/qml/qjsengine/qjsengine.qrc
+++ /dev/null
@@ -1,8 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource>
- <file>translations/translatable_la.qm</file>
- <file>translations/idtranslatable_la.qm</file>
- <file>translations/translatable-unicode.qm</file>
- <file>translations/idtranslatable-unicode.qm</file>
-</qresource>
-</RCC>
diff --git a/tests/auto/qml/qmlcachegen/data/retain.qrc b/tests/auto/qml/qmlcachegen/data/retain.qrc
deleted file mode 100644
index e1b9045fbe..0000000000
--- a/tests/auto/qml/qmlcachegen/data/retain.qrc
+++ /dev/null
@@ -1,5 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file alias="Retain.qml">Retain.qml</file>
- </qresource>
-</RCC>
diff --git a/tests/auto/qml/qmlcachegen/data/skip.qrc b/tests/auto/qml/qmlcachegen/data/skip.qrc
deleted file mode 100644
index 1689236b01..0000000000
--- a/tests/auto/qml/qmlcachegen/data/skip.qrc
+++ /dev/null
@@ -1,5 +0,0 @@
-<RCC>
- <qresource prefix="/not/">
- <file alias="Skip.qml">SkipQmlCacheGen.qml</file>
- </qresource>
-</RCC>
diff --git a/tests/auto/qml/qmlcachegen/trickypaths.qrc b/tests/auto/qml/qmlcachegen/trickypaths.qrc
deleted file mode 100644
index b0c3bcf209..0000000000
--- a/tests/auto/qml/qmlcachegen/trickypaths.qrc
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource prefix="/directory with spaces">
-<file alias="file name with spaces.qml">data/trickypaths.qml</file>
-<file alias="versionStyleSuffix-1.2-core-yc.qml">data/versionStyleSuffix-1.2-core-yc.qml</file>
-<file alias="versionStyleSuffix-1.2-more.qml">data/versionStyleSuffix-1.2-more.qml</file>
-</qresource>
-</RCC>
diff --git a/tests/auto/qml/qmlcachegen/trickypaths_umlaut.qrc b/tests/auto/qml/qmlcachegen/trickypaths_umlaut.qrc
deleted file mode 100644
index 17aa30473f..0000000000
--- a/tests/auto/qml/qmlcachegen/trickypaths_umlaut.qrc
+++ /dev/null
@@ -1,5 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource prefix="/">
-<file alias="Bäh.qml">data/umlaut.qml</file>
-</qresource>
-</RCC>
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>
diff --git a/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/moduleplugin.qrc b/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/moduleplugin.qrc
deleted file mode 100644
index c8f7dea691..0000000000
--- a/tests/auto/qml/qqmlenginecleanup/CustomModuleImport/moduleplugin.qrc
+++ /dev/null
@@ -1,5 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>ModuleType.qml</file>
- </qresource>
-</RCC>
diff --git a/tests/auto/qml/qqmllanguage/qqmllanguage.qrc b/tests/auto/qml/qqmllanguage/qqmllanguage.qrc
deleted file mode 100644
index f5212ac75c..0000000000
--- a/tests/auto/qml/qqmllanguage/qqmllanguage.qrc
+++ /dev/null
@@ -1,5 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource prefix="/">
-<file alias="data/I18nTypeÁâãäå.qml">data/I18nType30.qml</file>
-</qresource>
-</RCC>
diff --git a/tests/auto/qml/qqmltranslation/data/translation.qrc b/tests/auto/qml/qqmltranslation/data/translation.qrc
deleted file mode 100644
index 2e2d0a0497..0000000000
--- a/tests/auto/qml/qqmltranslation/data/translation.qrc
+++ /dev/null
@@ -1,6 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>translation.qml</file>
- <file>qml_fr.qm</file>
- </qresource>
-</RCC>
diff --git a/tests/auto/qml/qrcqml/qrcqml.qrc b/tests/auto/qml/qrcqml/qrcqml.qrc
deleted file mode 100644
index 9ab0565366..0000000000
--- a/tests/auto/qml/qrcqml/qrcqml.qrc
+++ /dev/null
@@ -1,21 +0,0 @@
-<RCC>
- <qresource prefix="/">
- <file>data/main.qml</file>
- <file>data/SameDir.qml</file>
- <file>data/SubDir.qml</file>
- <file alias="main.qml">data/main2.qml</file>
- <file alias="SameDir.qml">data/SameDir2.qml</file>
- <file alias="importtest.qml">data/importtest.qml</file>
- </qresource>
- <qresource prefix="/search">
- <file alias="main.qml">data/main3.qml</file>
- <file alias="SameDir.qml">data/SameDir3.qml</file>
- </qresource>
- <qresource prefix="/search/data">
- <file alias="SubDir.qml">data/SubDir.qml</file>
- </qresource>
- <qresource prefix="/imports">
- <file alias="QrcImport/Imported.qml">data/imports/QrcImport/Imported.qml</file>
- <file alias="QrcImport/qmldir">data/imports/QrcImport/qmldir</file>
- </qresource>
-</RCC>