699ba50744
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216 Reviewed-by: Richard J. Moore <rich@kde.org>
9 lines
194 B
Prolog
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
|