Fixed linking of FriendServer with MSYS2 on Windows

This commit is contained in:
thunder2 2022-01-15 18:38:24 +01:00
parent ebfe4282d3
commit 69b96e2c1b

View File

@ -39,5 +39,12 @@ unix {
INSTALLS += target
}
################################# Windows ##########################################
win32-g++|win32-clang-g++ {
dLib = ws2_32 iphlpapi crypt32
LIBS *= $$linkDynamicLibs(dLib)
}
################################### COMMON stuff ##################################