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

TARGET = tst_blendedclipanimator

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

CONFIG += testcase

SOURCES += \
    tst_blendedclipanimator.cpp

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