aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/signalspy/signalspy.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quicktest/signalspy/signalspy.pro')
-rw-r--r--tests/auto/quicktest/signalspy/signalspy.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/quicktest/signalspy/signalspy.pro b/tests/auto/quicktest/signalspy/signalspy.pro
deleted file mode 100644
index c8f9be1f36..0000000000
--- a/tests/auto/quicktest/signalspy/signalspy.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-CONFIG += testcase
-TARGET = tst_signalspy
-macos:CONFIG -= app_bundle
-
-SOURCES += tst_signalspy.cpp mypropertymap.cpp
-HEADERS += mypropertymap.h
-QT += quick testlib
-
-include (../../shared/util.pri)