Trying to fix link order for newer libgsasl.

This commit is contained in:
lotodore
2013-06-08 20:22:27 +02:00
parent f739c20cc5
commit 6e55351389
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -358,12 +358,12 @@ win32 {
-lcrypto \ -lcrypto \
-lssh2 \ -lssh2 \
-lgnutls \ -lgnutls \
-lnettle \
-lhogweed \ -lhogweed \
-lgmp \ -lgmp \
-lgcrypt \ -lgcrypt \
-lgpg-error \ -lgpg-error \
-lgsasl \ -lgsasl \
-lnettle \
-lidn \ -lidn \
-lintl \ -lintl \
-lprotobuf -lprotobuf
+1 -1
View File
@@ -131,7 +131,7 @@ win32 {
debug:LIBPATH += debug/lib debug:LIBPATH += debug/lib
release:LIBPATH += release/lib release:LIBPATH += release/lib
LIBS += -lssl -lcrypto -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm LIBS += -lssl -lcrypto -lssh2 -lgnutls -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lnettle -lidn -lintl -lprotobuf -ltinyxml -lsqlite3 -lntlm
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