summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/keyboard/keyboard.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-05-04 10:40:38 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-05-07 14:53:18 +0000
commit630b06f86cdcb29fe65df05d20f31f39f82cbeed (patch)
tree3743fa52a111efa455ecb4701bc48200aaf0187a /tests/auto/testlib/selftests/keyboard/keyboard.pro
parentb9835aef1a36688ea99602e25e9c73e645d3851a (diff)
Add self-tests for QTest::keyPress() and QTest::keyRelease()
They didn't exist up until now, and future patches rely on them, so add them. Change-Id: I8afdb9417263b45d43355c688a813bdf99ea5fc8 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/keyboard/keyboard.pro')
-rw-r--r--tests/auto/testlib/selftests/keyboard/keyboard.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/keyboard/keyboard.pro b/tests/auto/testlib/selftests/keyboard/keyboard.pro
new file mode 100644
index 0000000000..0097318797
--- /dev/null
+++ b/tests/auto/testlib/selftests/keyboard/keyboard.pro
@@ -0,0 +1,7 @@
+SOURCES += tst_keyboard.cpp
+QT += testlib testlib-private gui gui-private
+
+macos:CONFIG -= app_bundle
+CONFIG -= debug_and_release_target
+
+TARGET = keyboard