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

TARGET = tst_qlerpclipblend

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

CONFIG += testcase

SOURCES += \
    tst_qlerpclipblend.cpp

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