aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickboundaryrule/qquickboundaryrule.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 /tests/auto/quick/qquickboundaryrule/qquickboundaryrule.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 'tests/auto/quick/qquickboundaryrule/qquickboundaryrule.pro')
-rw-r--r--tests/auto/quick/qquickboundaryrule/qquickboundaryrule.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickboundaryrule/qquickboundaryrule.pro b/tests/auto/quick/qquickboundaryrule/qquickboundaryrule.pro
new file mode 100644
index 0000000000..ef43f4526a
--- /dev/null
+++ b/tests/auto/quick/qquickboundaryrule/qquickboundaryrule.pro
@@ -0,0 +1,12 @@
+CONFIG += testcase
+TARGET = tst_qquickboundaryrule
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qquickboundaryrule.cpp
+
+include (../../shared/util.pri)
+include (../shared/util.pri)
+
+TESTDATA = data/*
+
+QT += core-private gui-private qml-private quick-private testlib