Files
2025-08-26 22:57:23 +08: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