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

TARGET = tst_action

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

CONFIG += testcase

SOURCES += tst_action.cpp

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