summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro')
-rw-r--r--tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro b/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro
deleted file mode 100644
index 487b9014d0..0000000000
--- a/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro
+++ /dev/null
@@ -1,8 +0,0 @@
-SOURCES += main.cpp
-QT = core network
-CONFIG -= app_bundle
-DESTDIR = ./
-
-# This means the auto test works on some machines for MinGW. No dialog stalls
-# the application.
-mingw:CONFIG += console