diff options
Diffstat (limited to 'tests/auto/qml/animation/animation.pro')
-rw-r--r-- | tests/auto/qml/animation/animation.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qml/animation/animation.pro b/tests/auto/qml/animation/animation.pro new file mode 100644 index 0000000000..a9c0cee309 --- /dev/null +++ b/tests/auto/qml/animation/animation.pro @@ -0,0 +1,7 @@ +TEMPLATE=subdirs +SUBDIRS=\ + qabstractanimationjob \ + qanimationgroupjob \ + qparallelanimationgroupjob \ + qpauseanimationjob \ + qsequentialanimationgroupjob |