aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/imagine/dependencies.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/controls/imagine/dependencies.qml')
-rw-r--r--tests/auto/controls/imagine/dependencies.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/controls/imagine/dependencies.qml b/tests/auto/controls/imagine/dependencies.qml
new file mode 100644
index 00000000..3811fec0
--- /dev/null
+++ b/tests/auto/controls/imagine/dependencies.qml
@@ -0,0 +1,6 @@
+import QtTest 1.0
+import QtQuick 2.10
+import QtQuick.Controls 2.3
+import QtQuick.Controls.Imagine 2.3
+
+TestCase { }