From ce3dee765c858a0b573d468ef8fee6b838e576d1 Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 3 Feb 2012 12:26:37 +1000 Subject: Add and use new animation backend. The new backend improves performance, and allows us to create multiple running animation jobs from a single Transition. It is based off of the existing Qt animation framework. Change-Id: Id1d0162f6e5c65bf31267f3f9f2042c354375d57 Reviewed-by: Yunqiao Yin --- tests/benchmarks/declarative/animation/animation.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/benchmarks/declarative/animation/animation.pro (limited to 'tests/benchmarks/declarative/animation/animation.pro') diff --git a/tests/benchmarks/declarative/animation/animation.pro b/tests/benchmarks/declarative/animation/animation.pro new file mode 100644 index 0000000000..fc72040a3d --- /dev/null +++ b/tests/benchmarks/declarative/animation/animation.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +TARGET = tst_animation +QT += declarative +macx:CONFIG -= app_bundle + +SOURCES += tst_animation.cpp + +DEFINES += SRCDIR=\\\"$$PWD\\\" + +QT += testlib core-private gui-private declarative-private quick-private v8-private -- cgit v1.2.3