Fixing boost linking for mingw.
This commit is contained in:
@@ -312,6 +312,7 @@ win32 {
|
|||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
LIBS += -llibboost_thread-mgw43-mt-1_38
|
LIBS += -llibboost_thread-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_filesystem-mgw43-mt-1_38
|
LIBS += -llibboost_filesystem-mgw43-mt-1_38
|
||||||
|
LIBS += -llibboost_regex-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_system-mgw43-mt-1_38
|
LIBS += -llibboost_system-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_iostreams-mgw43-mt-1_38
|
LIBS += -llibboost_iostreams-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_zlib-mgw43-mt-1_38
|
LIBS += -llibboost_zlib-mgw43-mt-1_38
|
||||||
|
|||||||
@@ -141,6 +141,7 @@ win32 {
|
|||||||
LIBS += -lz
|
LIBS += -lz
|
||||||
LIBS += -llibboost_thread-mgw43-mt-1_38
|
LIBS += -llibboost_thread-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_filesystem-mgw43-mt-1_38
|
LIBS += -llibboost_filesystem-mgw43-mt-1_38
|
||||||
|
LIBS += -llibboost_regex-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_system-mgw43-mt-1_38
|
LIBS += -llibboost_system-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_iostreams-mgw43-mt-1_38
|
LIBS += -llibboost_iostreams-mgw43-mt-1_38
|
||||||
LIBS += -llibboost_zlib-mgw43-mt-1_38
|
LIBS += -llibboost_zlib-mgw43-mt-1_38
|
||||||
|
|||||||
Reference in New Issue
Block a user