mirror of https://notabug.org/acetone/ircabot.git
pro
parent
4393f00931
commit
ecaa6f9c34
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue