tests/benchmarks/gui/animation/qanimation/qanimation.pro
changeset 18 2f34d5167611
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/benchmarks/gui/animation/qanimation/qanimation.pro	Fri Apr 16 15:50:13 2010 +0300
@@ -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