summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/qlerpclipblend/qlerpclipblend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation/qlerpclipblend/qlerpclipblend.pro')
-rw-r--r--tests/auto/animation/qlerpclipblend/qlerpclipblend.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/animation/qlerpclipblend/qlerpclipblend.pro b/tests/auto/animation/qlerpclipblend/qlerpclipblend.pro
new file mode 100644
index 000000000..3c26dbb19
--- /dev/null
+++ b/tests/auto/animation/qlerpclipblend/qlerpclipblend.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+
+TARGET = tst_qlerpclipblend
+
+QT += 3dcore 3dcore-private 3danimation 3danimation-private testlib
+
+CONFIG += testcase
+
+SOURCES += \
+ tst_qlerpclipblend.cpp
+
+include(../../core/common/common.pri)