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

TARGET = tst_lerpblend

QT += 3dcore 3dcore-private 3danimation 3danimation-private testlib

CONFIG += testcase

SOURCES += tst_lerpblend.cpp

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