aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-05-16 09:07:20 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-05-16 08:40:54 +0000
commit7d1af10821e7356fb7e33f412e028da99e0e306c (patch)
treece3d64784cf054a067e0e31e95cb404706d132c5
parent710f9507c0ebf01d9e9f717e676b9c3b1b94ee8a (diff)
tst_qquickanimatedsprite: add all QML files to OTHER_FILES
Makes it easier to open them via the locator, for example. Change-Id: I8a5a0beba315da25b14bf2d519974e175f39567f Reviewed-by: Andy Nichols <andy.nichols@qt.io>
-rw-r--r--tests/auto/quick/qquickanimatedsprite/qquickanimatedsprite.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickanimatedsprite/qquickanimatedsprite.pro b/tests/auto/quick/qquickanimatedsprite/qquickanimatedsprite.pro
index 81c73be831..85f71bb605 100644
--- a/tests/auto/quick/qquickanimatedsprite/qquickanimatedsprite.pro
+++ b/tests/auto/quick/qquickanimatedsprite/qquickanimatedsprite.pro
@@ -11,4 +11,4 @@ TESTDATA = data/*
QT += core-private gui-private qml-private quick-private network testlib
OTHER_FILES += \
- data/largeAnimation.qml
+ $$files(data/*.qml)