Fixing mingw build issues. Use dll version of boost on Windows. Use official mingw gcc 4.5 with dynamic libs. This means that all boost build issues should be fixed, even on Windows.
This commit is contained in:
+6
-6
@@ -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_44
|
||||
LIBS += -lboost_filesystem-mgw45-mt-1_44
|
||||
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
||||
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
||||
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 += -lboost_system-mgw45-mt-1_44.dll
|
||||
LIBS += -lboost_iostreams-mgw45-mt-1_44.dll
|
||||
LIBS += -lboost_zlib-mgw45-mt-1_44.dll
|
||||
LIBS += -lboost_program_options-mgw45-mt-1_44.dll
|
||||
}
|
||||
|
||||
LIBS += -lgdi32 \
|
||||
|
||||
Reference in New Issue
Block a user