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

TARGET = tst_qblendedclipanimator

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

CONFIG += testcase

SOURCES += \
    tst_qblendedclipanimator.cpp

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