aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-04 18:15:33 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-13 15:45:28 +0000
commit6cbd098190ce4fc624f8f6427d9caa460109f324 (patch)
tree988192208023c3d804839f5b4c4f2c0b991043a7 /tests/auto/snippets
parent3bd5304827359c32e50f84c75436521c440bba86 (diff)
Support static builds
Change-Id: I17bb9131603da912597777b2ec0b9be3894ed858 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'tests/auto/snippets')
-rw-r--r--tests/auto/snippets/data/dependencies.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/snippets/data/dependencies.qml b/tests/auto/snippets/data/dependencies.qml
new file mode 100644
index 00000000..15fa1a9a
--- /dev/null
+++ b/tests/auto/snippets/data/dependencies.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.6
+import QtQuick.Layouts 1.3
+import Qt.labs.controls 1.0
+import Qt.labs.calendar 1.0
+
+Control { }