summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/animation/qanimation/qanimation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/gui/animation/qanimation/qanimation.pro')
-rw-r--r--tests/benchmarks/gui/animation/qanimation/qanimation.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/benchmarks/gui/animation/qanimation/qanimation.pro b/tests/benchmarks/gui/animation/qanimation/qanimation.pro
deleted file mode 100644
index a5859468f7..0000000000
--- a/tests/benchmarks/gui/animation/qanimation/qanimation.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-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