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

TARGET = tst_animationclip

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

CONFIG += testcase

SOURCES += \
    tst_animationclip.cpp

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