aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-08-03 15:44:19 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-26 13:05:23 +0000
commit524686cf13aa5647eae4ebb630d58396862027e5 (patch)
tree2fc5913582892880bef5c723a80127f4db58283e /tests/manual/pointer/qml.qrc
parent42d2d12e150ef92bfa08c3238fb8ddfb0e77fef1 (diff)
add PointerHandler manual test project
QML manual tests will be added to test specific handlers later. Change-Id: I691cff23f97fc79020d1090448e70a78de3b4be9 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.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
new file mode 100644
index 0000000000..5f6483ac33
--- /dev/null
+++ b/tests/manual/pointer/qml.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ </qresource>
+</RCC>