aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/universal/dependencies.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-06-30 10:33:50 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-07-01 09:00:43 +0000
commit39f80448dac5cd46b8dd26b035a17ea5a99c5c40 (patch)
tree9b2ed5abb9861fe4cd75057825de0a6a098d71c5 /tests/auto/controls/universal/dependencies.qml
parent783300ef3aa98035efeef69738d0742945aeb266 (diff)
Fix tests in static builds
Sprinkle dummy dependencies.qml files to places where qmlimportscanner needs help detecting the dependencies. Change-Id: I9f638d6f00181a32821c8f3ee9c7f23525a34dcc Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/controls/universal/dependencies.qml')
-rw-r--r--tests/auto/controls/universal/dependencies.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/controls/universal/dependencies.qml b/tests/auto/controls/universal/dependencies.qml
new file mode 100644
index 00000000..d14c9ae8
--- /dev/null
+++ b/tests/auto/controls/universal/dependencies.qml
@@ -0,0 +1,6 @@
+import QtTest 1.0
+import QtQuick 2.6
+import QtQuick.Controls 2.0
+import QtQuick.Controls.Universal 2.0
+
+TestCase { }