aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-06-29 11:37:19 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-09-01 20:16:03 +0000
commit65c3548c433bf5c9c5e2d962c8ec6af3b65f2bb8 (patch)
tree23d0a298c3f211f8b862172f880acddfa966a849 /tests/manual/pointer/qml.qrc
parent678d3de4b53f22ead68a0874df2892137ad3b7f7 (diff)
add a map example as a manual test
The public-domain map is adapted from https://openclipart.org/detail/67039/ Change-Id: Ia3da049174a38a6cc9e9632eda4f4553ad16d3bf Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
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 dac6b08b12..3d7de4b728 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -2,9 +2,11 @@
<qresource prefix="/">
<file>main.qml</file>
<file>joystick.qml</file>
+ <file>map.qml</file>
<file>mixer.qml</file>
<file>pinchHandler.qml</file>
<file>content/Slider.qml</file>
+ <file>resources/map.svgz</file>
<file>resources/mixer-knob.png</file>
<file>resources/redball.png</file>
</qresource>