Fixing mingw build errors.

This commit is contained in:
lotodore
2010-04-02 10:59:38 +00:00
parent a687a430b4
commit bb3d7617bc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -319,8 +319,8 @@ win32 {
-lgcrypt \
-ltasn1 \
-lgpg-error \
-lidn \
-lgsasl
-lgsasl \
-lidn
LIBS += -lcurl
LIBS += -lz
LIBS += -llibboost_thread-mgw44-mt
+1 -1
View File
@@ -134,7 +134,7 @@ win32 {
}
win32-g++ {
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lidn -lgsasl
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error -lgsasl -lidn
LIBS += -lcurl
LIBS += -lz
LIBS += -llibboost_thread-mgw44-mt