aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/mousearea/qml.qrc
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-12-12 15:50:36 +0100
committerAndy Shaw <andy.shaw@qt.io>2018-01-18 06:52:14 +0000
commit0e8546f6b8faf5fb14fc249d9f39f1c4266b2965 (patch)
treeba2f4d6e4cf5797bd18d1ccd7095cebe3aee4a18 /tests/manual/mousearea/qml.qrc
parent72c913085d7ce83733475864448e906c2894b6c1 (diff)
Add support for getting the flags from the original mouse event
Change-Id: Ifdf0b8cb43b1e88f3931f49ac6ca72019548ddcf Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/manual/mousearea/qml.qrc')
-rw-r--r--tests/manual/mousearea/qml.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/mousearea/qml.qrc b/tests/manual/mousearea/qml.qrc
new file mode 100644
index 0000000000..870b50ae92
--- /dev/null
+++ b/tests/manual/mousearea/qml.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>plainMouseArea.qml</file>
+ </qresource>
+</RCC>