summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/qmouseevent/qmouseevent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/input/qmouseevent/qmouseevent.pro')
-rw-r--r--tests/auto/input/qmouseevent/qmouseevent.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/input/qmouseevent/qmouseevent.pro b/tests/auto/input/qmouseevent/qmouseevent.pro
deleted file mode 100644
index 70f4c6eda..000000000
--- a/tests/auto/input/qmouseevent/qmouseevent.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE = app
-
-TARGET = tst_qmouseevent
-
-QT += 3dcore 3dcore-private 3dinput 3dinput-private testlib
-
-CONFIG += testcase
-
-SOURCES += tst_qmouseevent.cpp
-
-include(../commons/commons.pri)