Remove the unwanted Windows console from the Windows binary version of wpa_gui

This commit is contained in:
Jouni Malinen 2008-11-21 14:26:11 +02:00 committed by Jouni Malinen
parent 3b14fb0cab
commit 76e6f26a94

View file

@ -11,7 +11,7 @@ win32 {
SOURCES += ../../src/utils/os_win32.c SOURCES += ../../src/utils/os_win32.c
} else:win32-g++ { } else:win32-g++ {
# cross compilation to win32 # cross compilation to win32
LIBS += -lws2_32 -static LIBS += -lws2_32 -static -mwindows
DEFINES += CONFIG_NATIVE_WINDOWS CONFIG_CTRL_IFACE_NAMED_PIPE DEFINES += CONFIG_NATIVE_WINDOWS CONFIG_CTRL_IFACE_NAMED_PIPE
SOURCES += ../../src/utils/os_win32.c SOURCES += ../../src/utils/os_win32.c
RESOURCES += icons_png.qrc RESOURCES += icons_png.qrc