Friendserver support

This commit is contained in:
hunbernd 2022-01-31 01:47:26 +01:00
parent a3f6d516e7
commit 1de12129da
4 changed files with 14 additions and 7 deletions

View file

@ -44,6 +44,7 @@ unix {
win32-g++|win32-clang-g++ {
dLib = ws2_32 iphlpapi crypt32
LIBS *= $$linkDynamicLibs(dLib)
CONFIG += console
}
################################### COMMON stuff ##################################