mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
fix for Windows
This commit is contained in:
parent
97ea45af03
commit
29e3b708c3
4 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
|
|||
win32: LIBS += -L../../../platforms/windows/lib
|
||||
|
||||
win32 {
|
||||
LIBS += ws2_32
|
||||
LIBS += ws2_32.lib
|
||||
|
||||
include(../../src/windows.pri)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
|
|||
win32: LIBS += -L../../../platforms/windows/lib
|
||||
|
||||
win32 {
|
||||
LIBS += ws2_32
|
||||
LIBS += ws2_32.lib
|
||||
|
||||
include(../../src/windows.pri)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
|
|||
win32: LIBS += -L../../../platforms/windows/lib
|
||||
|
||||
win32 {
|
||||
LIBS += ws2_32
|
||||
LIBS += ws2_32.lib
|
||||
|
||||
include(../../src/windows.pri)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ macx: LIBS += -L../../../platforms/macos/lib
|
|||
win32: LIBS += -L../../../platforms/windows/lib
|
||||
|
||||
win32 {
|
||||
LIBS += ws2_32
|
||||
LIBS += ws2_32.lib
|
||||
|
||||
include(../../src/windows.pri)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue