aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickstyle
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/qquickstyle
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/qquickstyle')
-rw-r--r--tests/auto/qquickstyle/data/dependencies.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qquickstyle/data/dependencies.qml b/tests/auto/qquickstyle/data/dependencies.qml
new file mode 100644
index 00000000..caf89569
--- /dev/null
+++ b/tests/auto/qquickstyle/data/dependencies.qml
@@ -0,0 +1,4 @@
+import QtQuick 2.6
+import QtQuick.Controls 2.0
+
+Control { }