From fbbc3cab4ac57b99387c7955e712cfea7cd72856 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Mon, 21 Nov 2011 17:51:31 +0000 Subject: Adding custom easing curves to property animations QDeclarativeEasingValueType gets the property customBezierCurve. This allows to define a custom easing curve as a cubic bezier curve. Change-Id: I33ae128ce29bba2834eedcbb90a9769a5391f997 Reviewed-by: Aaron Kennedy --- tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tools.pro') diff --git a/tools/tools.pro b/tools/tools.pro index ae2ca0cd3b..46d381dee9 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -1,5 +1,5 @@ TEMPLATE = subdirs -SUBDIRS += qmlviewer qmlscene qmlplugindump qmlmin +SUBDIRS += qmlviewer qmlscene qmlplugindump qmlmin qmleasing contains(QT_CONFIG, qmltest): SUBDIRS += qmltestrunner -- cgit v1.2.3