aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-11-08 13:30:03 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-11-08 13:13:56 +0000
commit9fe41d4fa712ec9b1ccc49a59902067ce4a8d25b (patch)
tree184e6ad0dfcdab6933762f9ed132869c9b401a78 /tests/auto
parent4dbe5d4422a7dc1561750df6f3957c4061baee0d (diff)
Fix tst_snippets in static builds
There are now snippets using the Material and Universal styles, so they must be declared as dependencies. Change-Id: If0db9469ae71876920752a9e286f7ab95673ad4d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/snippets/data/dependencies.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/snippets/data/dependencies.qml b/tests/auto/snippets/data/dependencies.qml
index ca36a407..6c897566 100644
--- a/tests/auto/snippets/data/dependencies.qml
+++ b/tests/auto/snippets/data/dependencies.qml
@@ -1,6 +1,8 @@
import QtQuick 2.6
import QtQuick.Layouts 1.3
import QtQuick.Controls 2.1
+import QtQuick.Controls.Material 2.1
+import QtQuick.Controls.Universal 2.1
import Qt.labs.calendar 1.0
Control { }