From ecaa6f9c347cf6f2298a14c0128e215b4c328108 Mon Sep 17 00:00:00 2001 From: acetone Date: Thu, 20 May 2021 12:13:56 +0300 Subject: [PATCH] pro --- ircbot.pro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ircbot.pro b/ircbot.pro index 56685e7..a1c9883 100644 --- a/ircbot.pro +++ b/ircbot.pro @@ -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 +}