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:
lotodore
2010-08-22 10:53:27 +00:00
parent 2d3bedf5a6
commit 5f84bbc411
5 changed files with 31 additions and 25 deletions
+7 -7
View File
@@ -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 \