aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/imports.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-03-13 09:50:14 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2019-04-27 03:49:51 +0000
commit3d55d182704e2c2b01aa3e5fc159507e322dd281 (patch)
tree2c7308cca349ddfec4de657496f80c399accf87f /src/imports/imports.pro
parent0bcaed279fc303ffd0fd6e77b0ebc83a4519ac74 (diff)
Add BoundaryRule
[ChangeLog][Qt Labs Animation] Added the BoundaryRule QML type, a PropertyValueInterceptor that restricts the range of values a numeric property can have, applies "resistance" when the value is overshooting, and provides the ability to animate it back within range. Change-Id: I677b407a351c12b0c5b23c34a45933154310c2cd Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/imports/imports.pro')
-rw-r--r--src/imports/imports.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/imports.pro b/src/imports/imports.pro
index 24e93fec1c..9b1cfa6aa8 100644
--- a/src/imports/imports.pro
+++ b/src/imports/imports.pro
@@ -4,6 +4,7 @@ SUBDIRS += \
builtins \
qtqml \
models \
+ labsanimation \
labsmodels
qtConfig(thread): SUBDIRS += folderlistmodel