aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/pressandhold/pressandhold.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/pressandhold/pressandhold.pro')
-rw-r--r--tests/auto/pressandhold/pressandhold.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/pressandhold/pressandhold.pro b/tests/auto/pressandhold/pressandhold.pro
new file mode 100644
index 00000000..ca76b74a
--- /dev/null
+++ b/tests/auto/pressandhold/pressandhold.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+TARGET = tst_pressandhold
+
+QT += quick testlib
+CONFIG += testcase
+osx:CONFIG -= app_bundle
+
+SOURCES += \
+ $$PWD/tst_pressandhold.cpp