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

TARGET = tst_axis

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

CONFIG += testcase

SOURCES += tst_axis.cpp

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