aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdynamicpropertyanimation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickdynamicpropertyanimation')
-rw-r--r--tests/auto/quick/qquickdynamicpropertyanimation/qquickdynamicpropertyanimation.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/quick/qquickdynamicpropertyanimation/qquickdynamicpropertyanimation.pro b/tests/auto/quick/qquickdynamicpropertyanimation/qquickdynamicpropertyanimation.pro
deleted file mode 100644
index 33fa9aff7a..0000000000
--- a/tests/auto/quick/qquickdynamicpropertyanimation/qquickdynamicpropertyanimation.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickdynamicpropertyanimation
-SOURCES += tst_qquickdynamicpropertyanimation.cpp
-
-include (../../shared/util.pri)
-
-macx:CONFIG -= app_bundle
-
-TESTDATA = data/*
-
-QT += core gui qml quick testlib