util/tests/auto/qtcpserver/crashingServer/crashingServer.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 SOURCES += main.cpp
       
     2 QT = core network
       
     3 CONFIG -= app_bundle
       
     4 DESTDIR = ./
       
     5 
       
     6 # This means the auto test works on some machines for MinGW. No dialog stalls
       
     7 # the application.
       
     8 win32-g++:CONFIG += console