summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2022-01-24 23:36:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-13 01:50:50 +0000
commitf6833f23c1e5f424a8c4b6a49f3d4ef504c33bd2 (patch)
tree5047fa45db69b4325027cf25ba40ce174f3cfc1e
parent8042ecdb8b4decd6cea0fc0aa5dd54f3815d76fb (diff)
downloadqtdeclarative-f6833f23c1e5f424a8c4b6a49f3d4ef504c33bd2.tar.gz
Fix tst_designer and tst_qquickfontdialogimpl tests on Android
These QML files are needed for androiddeployqt to be able to package the QML modules because they're not imported in a normal fashion under a QML file but rather implicitly inside the test cases. Task-number: QTBUG-97056 Change-Id: I792462e88a2d8ca43747cffc050fe60987f90ecd Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 98fe8834faaaed65c6c162d0cd2af5609caf14f3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/quickcontrols2/designer/dummy.qml4
-rw-r--r--tests/auto/quickdialogs/qquickfontdialogimpl/dummy.qml4
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/quickcontrols2/designer/dummy.qml b/tests/auto/quickcontrols2/designer/dummy.qml
new file mode 100644
index 0000000000..002b8e5415
--- /dev/null
+++ b/tests/auto/quickcontrols2/designer/dummy.qml
@@ -0,0 +1,4 @@
+import QtQuick
+import QtQuick.Controls
+
+QtObject {}
diff --git a/tests/auto/quickdialogs/qquickfontdialogimpl/dummy.qml b/tests/auto/quickdialogs/qquickfontdialogimpl/dummy.qml
new file mode 100644
index 0000000000..f7df04e6fc
--- /dev/null
+++ b/tests/auto/quickdialogs/qquickfontdialogimpl/dummy.qml
@@ -0,0 +1,4 @@
+import QtQuick
+import QtQuick.Layouts
+
+QtObject {}