aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qv4mm/qv4mm.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qv4mm/qv4mm.pro')
-rw-r--r--tests/auto/qml/qv4mm/qv4mm.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qml/qv4mm/qv4mm.pro b/tests/auto/qml/qv4mm/qv4mm.pro
deleted file mode 100644
index 375c5cea75..0000000000
--- a/tests/auto/qml/qv4mm/qv4mm.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qv4mm
-include (../../shared/util.pri)
-
-macos:CONFIG -= app_bundle
-
-TESTDATA = data/*
-
-SOURCES += tst_qv4mm.cpp
-
-QT += qml qml-private testlib
-