Fixing mxe windows build.

This commit is contained in:
lotodore
2012-12-25 15:53:18 +01:00
parent 66d9ff7195
commit ba1955c550
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -351,6 +351,13 @@ win32 {
-lz \
-lcrypto \
-lssl \
-lssh2 \
-lgnutls \
-lnettle \
-lhogweed \
-lgmp \
-lgcrypt \
-lgpg-error \
-lgsasl \
-lidn \
-lintl \
+1 -1
View File
@@ -131,7 +131,7 @@ win32 {
debug:LIBPATH += debug/lib
release:LIBPATH += release/lib
LIBS += -lcrypto -lssl -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm
LIBS += -lcrypto -lssl -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm
LIBS += -lboost_thread_win32-mt
LIBS += -lboost_filesystem-mt
LIBS += -lboost_regex-mt