mirror of https://notabug.org/acetone/ircabot.git
pro
parent
4393f00931
commit
ecaa6f9c34
|
@ -10,9 +10,16 @@ SOURCES += \
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
tcpsyncclient.h
|
tcpsyncclient.h
|
||||||
|
|
||||||
|
win32 {
|
||||||
LIBS += \
|
LIBS += \
|
||||||
-lboost_system-mt \
|
-lboost_system-mt \
|
||||||
-lboost_filesystem-mt \
|
-lboost_filesystem-mt \
|
||||||
-lws2_32 \
|
-lws2_32 \
|
||||||
-lpthread
|
-lpthread
|
||||||
|
}
|
||||||
|
!win32 {
|
||||||
|
LIBS += \
|
||||||
|
-lboost_system \
|
||||||
|
-lboost_filesystem \
|
||||||
|
-lpthread
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue