master
const an teen 2021-05-20 12:13:56 +03:00
parent 4393f00931
commit ecaa6f9c34
1 changed files with 8 additions and 1 deletions

View File

@ -10,9 +10,16 @@ SOURCES += \
HEADERS += \
tcpsyncclient.h
win32 {
LIBS += \
-lboost_system-mt \
-lboost_filesystem-mt \
-lws2_32 \
-lpthread
}
!win32 {
LIBS += \
-lboost_system \
-lboost_filesystem \
-lpthread
}