From 3e86e35ad48d0e68eb65a1a65117a56cd8e0db40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Arve=20S=C3=A6ther?= Date: Tue, 30 Jul 2019 16:26:42 +0200 Subject: Fix qqmltimer autotest for android Change-Id: I15967c6895e1a0c03d8aa279c2e78dc3f5318f01 Task-number: QTBUG-73512 Reviewed-by: Simon Hausmann --- tests/auto/qml/qqmltimer/dummy_imports.qml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/auto/qml/qqmltimer/dummy_imports.qml (limited to 'tests/auto/qml/qqmltimer') diff --git a/tests/auto/qml/qqmltimer/dummy_imports.qml b/tests/auto/qml/qqmltimer/dummy_imports.qml new file mode 100644 index 0000000000..f78e04d489 --- /dev/null +++ b/tests/auto/qml/qqmltimer/dummy_imports.qml @@ -0,0 +1,9 @@ +// This file exists for the sole purpose for qmlimportscanner to find +// which modules it needs to extract for deployment. +// Otherwise, it fails to find the imports that are expressed in the +// C++ code belonging to the test. + +import QtQml 2.0 +import QtQuick 2.0 + +QtObject { } // This is needed in order to keep importscanner happy -- cgit v1.2.3