fix for Windows

This commit is contained in:
pls.153 2022-04-22 18:50:23 +02:00
parent 97ea45af03
commit 29e3b708c3
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
win32: LIBS += -L../../../platforms/windows/lib win32: LIBS += -L../../../platforms/windows/lib
win32 { win32 {
LIBS += ws2_32 LIBS += ws2_32.lib
include(../../src/windows.pri) include(../../src/windows.pri)
} }

View file

@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
win32: LIBS += -L../../../platforms/windows/lib win32: LIBS += -L../../../platforms/windows/lib
win32 { win32 {
LIBS += ws2_32 LIBS += ws2_32.lib
include(../../src/windows.pri) include(../../src/windows.pri)
} }

View file

@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
win32: LIBS += -L../../../platforms/windows/lib win32: LIBS += -L../../../platforms/windows/lib
win32 { win32 {
LIBS += ws2_32 LIBS += ws2_32.lib
include(../../src/windows.pri) include(../../src/windows.pri)
} }

View file

@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
win32: LIBS += -L../../../platforms/windows/lib win32: LIBS += -L../../../platforms/windows/lib
win32 { win32 {
LIBS += ws2_32 LIBS += ws2_32.lib
include(../../src/windows.pri) include(../../src/windows.pri)
} }