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.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro b/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro
new file mode 100644
index 0000000000..700e9520ec
--- /dev/null
+++ b/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro
@@ -0,0 +1,9 @@
+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.
+win32-g++*:CONFIG += console
+symbian: TARGET.CAPABILITY += NetworkServices ReadUserData