aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/pointer.pro
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/pointer.pro
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/pointer.pro')
-rw-r--r--tests/manual/pointer/pointer.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/pointer/pointer.pro b/tests/manual/pointer/pointer.pro
new file mode 100644
index 0000000000..3705d41df0
--- /dev/null
+++ b/tests/manual/pointer/pointer.pro
@@ -0,0 +1,7 @@
+TEMPLATE = app
+
+QT += qml quick
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc ../../../examples/quick/shared/quick_shared.qrc