summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/animation/qanimation/qanimation.pro
blob: a5859468f71e053c5e4612ae79ad120c70c562a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += widgets testlib

TARGET = tst_bench_qanimation

CONFIG += release
#CONFIG += debug


SOURCES += main.cpp \
           dummyobject.cpp \
           dummyanimation.cpp \
           rectanimation.cpp

HEADERS += dummyobject.h \
           dummyanimation.h \
           rectanimation.h