Fixing issue with boost 1.44. However, Windows build using boost 1.44 is currently broken due to thread issues.
This commit is contained in:
+7
-7
@@ -137,13 +137,13 @@ win32 {
|
||||
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn
|
||||
LIBS += -lcurl
|
||||
LIBS += -lz
|
||||
LIBS += -lboost_thread-mgw45-mt-1_43
|
||||
LIBS += -lboost_filesystem-mgw45-mt-1_43
|
||||
LIBS += -lboost_regex-mgw45-mt-1_43
|
||||
LIBS += -lboost_system-mgw45-mt-1_43
|
||||
LIBS += -lboost_iostreams-mgw45-mt-1_43
|
||||
LIBS += -lboost_zlib-mgw45-mt-1_43
|
||||
LIBS += -lboost_program_options-mgw45-mt-1_43
|
||||
LIBS += -lboost_thread-mgw45-mt-1_44
|
||||
LIBS += -lboost_filesystem-mgw45-mt-1_44
|
||||
LIBS += -lboost_regex-mgw45-mt-1_44
|
||||
LIBS += -lboost_system-mgw45-mt-1_44
|
||||
LIBS += -lboost_iostreams-mgw45-mt-1_44
|
||||
LIBS += -lboost_zlib-mgw45-mt-1_44
|
||||
LIBS += -lboost_program_options-mgw45-mt-1_44
|
||||
}
|
||||
|
||||
LIBS += -lgdi32 \
|
||||
|
||||
Reference in New Issue
Block a user