aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-08-08 14:31:35 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-08-08 12:57:54 +0000
commit41d0240c8c203fe701efbddc00d0a05254a8a2c4 (patch)
tree55b9edad50aac54b54aebd541f535d827bcb1e2f /tests/manual/pointer/qml.qrc
parent003e24d72a9647e2dc397906234059fee19103ec (diff)
parent1b0c9b46ce13b0f9c533f18fb420ff10ad56e4f6 (diff)
Merge branch 'wip/pointerhandler' into dev
Diffstat (limited to 'tests/manual/pointer/qml.qrc')
-rw-r--r--tests/manual/pointer/qml.qrc39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
new file mode 100644
index 0000000000..68937a8c4a
--- /dev/null
+++ b/tests/manual/pointer/qml.qrc
@@ -0,0 +1,39 @@
+<RCC>
+ <qresource prefix="/">
+ <file>flingAnimation.qml</file>
+ <file>main.qml</file>
+ <file>fakeFlickable.qml</file>
+ <file>flickableWithHandlers.qml</file>
+ <file>joystick.qml</file>
+ <file>map.qml</file>
+ <file>mixer.qml</file>
+ <file>multibuttons.qml</file>
+ <file>photosurface.qml</file>
+ <file>pinchHandler.qml</file>
+ <file>singlePointHandlerProperties.qml</file>
+ <file>tapHandler.qml</file>
+ <file>content/FakeFlickable.qml</file>
+ <file>content/FlashAnimation.qml</file>
+ <file>content/MomentumAnimation.qml</file>
+ <file>content/MouseAreaButton.qml</file>
+ <file>content/MouseAreaSlider.qml</file>
+ <file>content/MptaButton.qml</file>
+ <file>content/MultiButton.qml</file>
+ <file>content/ScrollBar.qml</file>
+ <file>content/Slider.qml</file>
+ <file>content/TapHandlerButton.qml</file>
+ <file>resources/arrowhead.png</file>
+ <file>resources/balloon.png</file>
+ <file>resources/fighter.png</file>
+ <file>resources/grabbing-location.svg</file>
+ <file>resources/map.svgz</file>
+ <file>resources/missile.png</file>
+ <file>resources/mixer-knob.png</file>
+ <file>resources/mouse.png</file>
+ <file>resources/mouse_left.png</file>
+ <file>resources/mouse_middle.png</file>
+ <file>resources/mouse_right.png</file>
+ <file>resources/redball.png</file>
+ <file>map2.qml</file>
+ </qresource>
+</RCC>