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/qmleasing/qmleasing.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/qmleasing/qmleasing.pro (limited to 'tools/qmleasing/qmleasing.pro') diff --git a/tools/qmleasing/qmleasing.pro b/tools/qmleasing/qmleasing.pro new file mode 100644 index 0000000000..4a64fe91e0 --- /dev/null +++ b/tools/qmleasing/qmleasing.pro @@ -0,0 +1,12 @@ +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +QT += declarative widgets +CONFIG -= app_bundle + +# Input +SOURCES += main.cpp + +RESOURCES = $$PWD/resources.qrc -- cgit v1.2.3