aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlimport/qqmlimport.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlimport/qqmlimport.pro')
-rw-r--r--tests/auto/qml/qqmlimport/qqmlimport.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/qml/qqmlimport/qqmlimport.pro b/tests/auto/qml/qqmlimport/qqmlimport.pro
deleted file mode 100644
index ba80547f4e..0000000000
--- a/tests/auto/qml/qqmlimport/qqmlimport.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qqmlimport
-QT += qml testlib qml-private quick
-osx:CONFIG -= app_bundle
-
-SOURCES += tst_qqmlimport.cpp
-
-include (../../shared/util.pri)
-
-TESTDATA = data/* \
- MyPluginSupported/* \
- MyPluginUnsupported/* \
- FormFromQmlDir/*