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

TARGET = tst_clipblendvalue

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

CONFIG += testcase

SOURCES += \
    tst_clipblendvalue.cpp

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