summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtcpserver/crashingServer/crashingServer.pro
blob: 70e42b4456bb3b6e2c729542a02e3f448690c7ed (plain)
1
2
3
4
5
6
7
8
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