Removing dependency to gnutls, only gcrypt is required now.

This commit is contained in:
lotodore
2011-03-08 18:42:57 +00:00
parent 629ec5929d
commit 4ec5f4eae9
6 changed files with 40 additions and 18 deletions
+2 -2
View File
@@ -126,7 +126,7 @@ win32 {
debug:LIBPATH += debug/lib
release:LIBPATH += release/lib
LIBS += -lgnutls-openssl -lgnutls -lgcrypt -lgpg-error -lgsasl -lidn -ltinyxml
LIBS += -lgcrypt -lgsasl -lidn -ltinyxml
win32-g++-cross {
LIBS += -lsqlite3
LIBS += -lntlm
@@ -269,7 +269,7 @@ unix : !mac {
!isEmpty( BSD ): isEmpty( kFreeBSD ){
LIBS += -lcrypto -liconv
} else {
LIBS += -lgnutls-openssl -lgcrypt
LIBS += -lgcrypt
}
TARGETDEPS += ./lib/libpokerth_lib.a \