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

TARGET = tst_qanimationclip

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

CONFIG += testcase

SOURCES += \
    tst_qanimationcliploader.cpp

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