summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/qmouseevent/qmouseevent.pro
blob: 70f4c6eda433eef06c1c5db2dd76f73f75ff3563 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

TARGET = tst_qmouseevent

QT += 3dcore 3dcore-private 3dinput 3dinput-private testlib

CONFIG += testcase

SOURCES += tst_qmouseevent.cpp

include(../commons/commons.pri)