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, 11 insertions, 0 deletions
diff --git a/tests/auto/input/qmouseevent/qmouseevent.pro b/tests/auto/input/qmouseevent/qmouseevent.pro
new file mode 100644
index 000000000..70f4c6eda
--- /dev/null
+++ b/tests/auto/input/qmouseevent/qmouseevent.pro
@@ -0,0 +1,11 @@
+TEMPLATE = app
+
+TARGET = tst_qmouseevent
+
+QT += 3dcore 3dcore-private 3dinput 3dinput-private testlib
+
+CONFIG += testcase
+
+SOURCES += tst_qmouseevent.cpp
+
+include(../commons/commons.pri)