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

20 lines
336 B
Prolog
Raw Normal View History

QT += widgets testlib
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