diff --git a/pokerth_game.pro b/pokerth_game.pro index 22837532..6b45ef86 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -278,7 +278,7 @@ win32{ LIBPATH += Release/lib #LIBPATH += Debug/lib LIBPATH += ../SDL/lib ../SDL_mixer/lib - LIBS += -lgnutls-openssl.dll -lgcrypt.dll + LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw34-mt-1_35 diff --git a/pokerth_server.pro b/pokerth_server.pro index eccac785..37dbf0f7 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { } win32-g++{ - LIBS += -lgnutls-openssl.dll -lgcrypt.dll + LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw34-mt-1_35