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

TARGET = tst_clipanimator

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

CONFIG += testcase

SOURCES += \
    tst_clipanimator.cpp

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