More cross compiling fixes.
This commit is contained in:
+5
-1
@@ -141,6 +141,7 @@ win32 {
|
|||||||
LIBS += -lboost_thread_win32-mt
|
LIBS += -lboost_thread_win32-mt
|
||||||
LIBS += -lboost_filesystem-mt
|
LIBS += -lboost_filesystem-mt
|
||||||
LIBS += -lboost_regex-mt
|
LIBS += -lboost_regex-mt
|
||||||
|
LIBS += -lboost_program_options-mt
|
||||||
LIBS += -lboost_iostreams-mt
|
LIBS += -lboost_iostreams-mt
|
||||||
LIBS += -lboost_system-mt
|
LIBS += -lboost_system-mt
|
||||||
}
|
}
|
||||||
@@ -148,12 +149,15 @@ win32 {
|
|||||||
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
LIBS += -lboost_thread-mgw45-mt-1_44.dll
|
||||||
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
LIBS += -lboost_filesystem-mgw45-mt-1_44.dll
|
||||||
LIBS += -lboost_regex-mgw45-mt-1_44
|
LIBS += -lboost_regex-mgw45-mt-1_44
|
||||||
|
LIBS += -lboost_program_options-mgw45-mt-1_44.dll
|
||||||
LIBS += -lboost_iostreams-mgw45-mt-1_44.dll
|
LIBS += -lboost_iostreams-mgw45-mt-1_44.dll
|
||||||
LIBS += -lboost_zlib-mgw45-mt-1_44.dll
|
LIBS += -lboost_zlib-mgw45-mt-1_44.dll
|
||||||
LIBS += -lboost_system-mgw45-mt-1_44.dll
|
LIBS += -lboost_system-mgw45-mt-1_44.dll
|
||||||
}
|
}
|
||||||
|
|
||||||
LIBS += -lgdi32 \
|
LIBS += -liconv \
|
||||||
|
-lz \
|
||||||
|
-lgdi32 \
|
||||||
-lcomdlg32 \
|
-lcomdlg32 \
|
||||||
-loleaut32 \
|
-loleaut32 \
|
||||||
-limm32 \
|
-limm32 \
|
||||||
|
|||||||
+2
-9
@@ -44,15 +44,8 @@ win32 {
|
|||||||
LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../openssl/lib ../gsasl/lib ../curl/lib ../mysql/lib ../zlib
|
LIBPATH += ../boost/stage/lib ../GnuTLS/lib ../openssl/lib ../gsasl/lib ../curl/lib ../mysql/lib ../zlib
|
||||||
|
|
||||||
|
|
||||||
debug:LIBPATH += Debug/lib
|
debug:LIBPATH += debug/lib
|
||||||
release:LIBPATH += Release/lib
|
release:LIBPATH += release/lib
|
||||||
|
|
||||||
win32-msvc2008 {
|
|
||||||
LIBS += -llibgnutls-openssl-26 \
|
|
||||||
-llibgcrypt-11 \
|
|
||||||
-llibgsasl-7 \
|
|
||||||
-llibcurl
|
|
||||||
}
|
|
||||||
|
|
||||||
win32-g++ {
|
win32-g++ {
|
||||||
pkth_win64 {
|
pkth_win64 {
|
||||||
|
|||||||
Reference in New Issue
Block a user