aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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-14 10:11:15 +0000
commit64df54dd89341ee7557f01899928bcae50a54be7 (patch)
tree57bca37343f1ddf3cf58a22a14502b18e3dc1020 /tests
parent96ee81abd9e563cc0029a27159c3a6f6a458caad (diff)
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>
Diffstat (limited to 'tests')
-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 {}