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

TARGET = tst_qaxisaccumulator

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

CONFIG += testcase

SOURCES += tst_qaxisaccumulator.cpp

include(../commons/commons.pri)