aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlsqldatabase/android_dummy_imports.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlsqldatabase/android_dummy_imports.qml')
-rw-r--r--tests/auto/qml/qqmlsqldatabase/android_dummy_imports.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qml/qqmlsqldatabase/android_dummy_imports.qml b/tests/auto/qml/qqmlsqldatabase/android_dummy_imports.qml
deleted file mode 100644
index 573ab4e934..0000000000
--- a/tests/auto/qml/qqmlsqldatabase/android_dummy_imports.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-// This file exists for the sole purpose for qmlimportscanner to find
-// which modules it needs to extract for deployment on Android.
-// Otherwise, it fails to find the imports that are expressed in C++.
-
-import QtQuick
-
-QtObject { }