aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro')
-rw-r--r--tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro b/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro
deleted file mode 100644
index 30d8b615bf..0000000000
--- a/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-load(qttest_p4)
-contains(QT_CONFIG,declarative): QT += declarative
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_qdeclarativerepeater.cpp
-
-symbian: {
- importFiles.files = data
- importFiles.path = .
- DEPLOYMENT += importFiles
-} else {
- DEFINES += SRCDIR=\\\"$$PWD\\\"
-}
-
-CONFIG += parallel_test
-QT += core-private gui-private declarative-private