qt5base-lts/tests/auto/testlib/selftests/keyboard/keyboard.pro
Mitch Curtis 630b06f86c 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>
2018-05-07 14:53:18 +00:00

8 lines
156 B
Prolog

SOURCES += tst_keyboard.cpp
QT += testlib testlib-private gui gui-private
macos:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
TARGET = keyboard