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, 9 insertions, 0 deletions
diff --git a/tests/auto/quicktest/signalspy/signalspy.pro b/tests/auto/quicktest/signalspy/signalspy.pro
new file mode 100644
index 0000000000..c8f9be1f36
--- /dev/null
+++ b/tests/auto/quicktest/signalspy/signalspy.pro
@@ -0,0 +1,9 @@
+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)