qt5base-lts/tests/benchmarks/gui/animation/qanimation/qanimation.pro

17 lines
288 B
Prolog
Raw Normal View History

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