aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2015-07-24 10:53:32 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-08 10:36:12 +0000
commitf11c9a24e685178a0a1a2db453e0e43b7ca3a5f2 (patch)
tree677aa9d7264248fc2539734352cf456f8980b13c /tests/manual/pointer/qml.qrc
parent6de499a7d042194e98fcb26731d99cd5d8eefadb (diff)
add MomentumAnimation as a manual test / experiment
It could be exposed as a new type of animation, but for now it's just an experiment. Change-Id: Ic900752a90ccae93270e27399f370f5d47495f74 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual/pointer/qml.qrc')
-rw-r--r--tests/manual/pointer/qml.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index adf255ea1f..9463ae4c84 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -1,11 +1,13 @@
<RCC>
<qresource prefix="/">
+ <file>flingAnimation.qml</file>
<file>main.qml</file>
<file>joystick.qml</file>
<file>map.qml</file>
<file>mixer.qml</file>
<file>pinchHandler.qml</file>
<file>singlePointHandlerProperties.qml</file>
+ <file>content/MomentumAnimation.qml</file>
<file>content/Slider.qml</file>
<file>resources/arrowhead.png</file>
<file>resources/grabbing-location.svg</file>