diff --git a/pokerth_game.pro b/pokerth_game.pro index e64c2a8f..0da6644a 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -351,6 +351,13 @@ win32 { -lz \ -lcrypto \ -lssl \ + -lssh2 \ + -lgnutls \ + -lnettle \ + -lhogweed \ + -lgmp \ + -lgcrypt \ + -lgpg-error \ -lgsasl \ -lidn \ -lintl \ diff --git a/pokerth_server.pro b/pokerth_server.pro index f193016d..8bf97f4f 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -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