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

TARGET = tst_qclock

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

CONFIG += testcase

SOURCES += \
    tst_qclock.cpp

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