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

24 lines
415 B
Prolog
Raw Normal View History

load(qttest_p4)
2011-05-23 14:49:06 +00:00
QT += widgets
# do not run benchmarks by default in 'make check'
CONFIG -= testcase
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