summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/inputchord/inputchord.pro
blob: 323b7fa80a2ad0c8ac499fe458d60f33176a8f3e (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(../../core/common/common.pri)