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

TARGET = tst_axisaccumulator

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

CONFIG += testcase

SOURCES += tst_axisaccumulator.cpp

include(../../core/common/common.pri)