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

TARGET = tst_animationcliploader

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

CONFIG += testcase

SOURCES += \
    tst_animationcliploader.cpp

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