aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickrepeater/qquickrepeater.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick2/qquickrepeater/qquickrepeater.pro')
-rw-r--r--tests/auto/qtquick2/qquickrepeater/qquickrepeater.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qtquick2/qquickrepeater/qquickrepeater.pro b/tests/auto/qtquick2/qquickrepeater/qquickrepeater.pro
deleted file mode 100644
index b791faf78a..0000000000
--- a/tests/auto/qtquick2/qquickrepeater/qquickrepeater.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qquickrepeater
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_qquickrepeater.cpp
-
-include (../../shared/util.pri)
-include (../shared/util.pri)
-
-testFiles.files = data
-testFiles.path = .
-DEPLOYMENT += testFiles
-
-CONFIG += parallel_test
-QT += core-private gui-private declarative-private quick-private testlib