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

TARGET = tst_qaction

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

CONFIG += testcase

SOURCES += tst_qaction.cpp

include(../commons/commons.pri)