summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/qanimationgroup/qanimationgroup.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/qanimationgroup/qanimationgroup.pro')
-rw-r--r--tests/auto/animation/qanimationgroup/qanimationgroup.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/animation/qanimationgroup/qanimationgroup.pro b/tests/auto/animation/qanimationgroup/qanimationgroup.pro
new file mode 100644
index 000000000..5c39fa539
--- /dev/null
+++ b/tests/auto/animation/qanimationgroup/qanimationgroup.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+TARGET = tst_qanimationgroup
+
+QT += 3dcore 3dcore-private 3drender 3drender-private 3danimation testlib
+
+CONFIG += testcase
+
+SOURCES += tst_qanimationgroup.cpp
+