qt5base-lts/tests/benchmarks/gui/animation/qanimation/qanimation.pro
Oswald Buddenhagen 07581a87f8 remove some qmake -project boilerplate from project files
Change-Id: I5e6103db42b4fcca4ed4c2ffaec71e71e73d5b95
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2012-06-19 16:39:52 +02:00

17 lines
288 B
Prolog

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