aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/touchmouse')
-rw-r--r--tests/auto/quick/touchmouse/touchmouse.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/quick/touchmouse/touchmouse.pro b/tests/auto/quick/touchmouse/touchmouse.pro
deleted file mode 100644
index 49818bb399..0000000000
--- a/tests/auto/quick/touchmouse/touchmouse.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-CONFIG += testcase
-
-TARGET = tst_touchmouse
-QT += core-private qml-private quick-private testlib
-
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_touchmouse.cpp
-
-include (../../shared/util.pri)
-include (../shared/util.pri)
-
-TESTDATA = data/*
-
-# OTHER_FILES += data/foo.qml
-