aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/snippets.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-05-03 21:09:46 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-05-04 07:34:08 +0000
commit932d5f78296e604c57c8ebcfe5c94f5ce62238f4 (patch)
treee5e17dd04bfbecff0a4f61b7f7b190b079912fc5 /tests/auto/snippets/snippets.pro
parent0efd4f15979cc6186cae3f29613245aa457bc170 (diff)
tst_snippets: skip style-specific screenshots when appropriatev5.9.0-beta4
For example, don't take screenshots of qtquickcontrols2-material-*.qml snippets when running with another style than the Material style. Change-Id: Ifef5b841d16314ba5d131a7d56f57251d6780ae7 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/snippets/snippets.pro')
-rw-r--r--tests/auto/snippets/snippets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/snippets/snippets.pro b/tests/auto/snippets/snippets.pro
index 82191220..6f366f23 100644
--- a/tests/auto/snippets/snippets.pro
+++ b/tests/auto/snippets/snippets.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = tst_snippets
-QT += quick testlib
+QT += quick quickcontrols2 testlib
CONFIG += testcase
macos:CONFIG -= app_bundle