aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing/qmleasing.pro
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-11-21 17:51:31 +0000
committerQt by Nokia <qt-info@nokia.com>2011-11-21 19:01:16 +0100
commitfbbc3cab4ac57b99387c7955e712cfea7cd72856 (patch)
tree25089694b0ca98571eca11c94ce5608012e428bc /tools/qmleasing/qmleasing.pro
parentaf0af6fa1ad428931c729738a14bdf6fbb910887 (diff)
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 <aaron.kennedy@nokia.com>
Diffstat (limited to 'tools/qmleasing/qmleasing.pro')
-rw-r--r--tools/qmleasing/qmleasing.pro12
1 files changed, 12 insertions, 0 deletions
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