summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/animation/qanimation/qanimation.pro
blob: 6efd2c1d8b03ff61bf7819fffbf28899f5ce6085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
load(qttest_p4)
QT += widgets
TEMPLATE = app
TARGET = tst_bench_qanimation
DEPENDPATH += .
INCLUDEPATH += .

CONFIG += release
#CONFIG += debug


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

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