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

TARGET = tst_inputchord

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

CONFIG += testcase

SOURCES += tst_inputchord.cpp

include(../commons/commons.pri)