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