qt5base-lts/tests/benchmarks/gui/animation/qanimation/qanimation.pro
Friedemann Kleint 6a3dce1995 Tests: Compile.
2011-05-23 16:49:06 +02:00

20 lines
343 B
Prolog

load(qttest_p4)
QT += widgets
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