qt5base-lts/tests/auto/network/socket/qtcpserver/crashingServer/crashingServer.pro
Sergio Ahumada 699ba50744 QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216
Reviewed-by: Richard J. Moore <rich@kde.org>
2014-02-25 16:47:13 +01:00

9 lines
194 B
Prolog

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