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

TARGET = tst_qactioninput

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

CONFIG += testcase

SOURCES += tst_qactioninput.cpp

include(../commons/commons.pri)