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

TARGET = tst_qconductedclipanimator

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

CONFIG += testcase

SOURCES += \
    tst_qconductedclipanimator.cpp

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