separate LIBS sections for macx, linux and win32

This commit is contained in:
Ilya Kitaev 2016-07-14 16:05:40 +03:00
parent 8b26bc4a4d
commit b0f77c817c

View file

@ -65,7 +65,7 @@ win32 {
-lgdi32
}
unix {
linux {
LIBS+= \
-Wl,-Bstatic \
-lboost_serialization \
@ -82,6 +82,21 @@ unix {
-ldl
}
macx {
LIBS+= \
-lboost_serialization \
-lboost_thread \
-lboost_system \
-lboost_date_time \
-lboost_filesystem \
-lboost_regex \
-lboost_chrono \
-lboost_program_options \
-lssl \
-lcrypto \
-ldl
}
# translations files;