summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/inputchord/inputchord.pro
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2016-08-22 17:26:50 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-08-24 19:33:19 +0000
commit4aa0fffe553007cc0b8ec8aa0454d7824f1ca3cd (patch)
treee3e9175ecba72b3272cd4fe53136cf9e2c6c155e /tests/auto/input/inputchord/inputchord.pro
parent61d1ef40a84e2adfc1ade836158eb67dee9d5ceb (diff)
Tests for ActionInput, InputChord & InputSequence
Change-Id: I7e560a35f989890c2555808d0a86e0fa05b0e60b Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/input/inputchord/inputchord.pro')
-rw-r--r--tests/auto/input/inputchord/inputchord.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/input/inputchord/inputchord.pro b/tests/auto/input/inputchord/inputchord.pro
new file mode 100644
index 000000000..323b7fa80
--- /dev/null
+++ b/tests/auto/input/inputchord/inputchord.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+
+TARGET = tst_inputchord
+
+QT += core-private 3dcore 3dcore-private 3dinput 3dinput-private testlib
+
+CONFIG += testcase
+
+SOURCES += tst_inputchord.cpp
+
+include(../../core/common/common.pri)