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.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/benchmarks/gui/animation/qanimation/qanimation.pro b/tests/benchmarks/gui/animation/qanimation/qanimation.pro
new file mode 100644
index 0000000000..53a139a660
--- /dev/null
+++ b/tests/benchmarks/gui/animation/qanimation/qanimation.pro
@@ -0,0 +1,18 @@
+load(qttest_p4)
+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