diff --git a/pokerth_game.pro b/pokerth_game.pro index 9ce2cb29..6b459772 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -391,7 +391,8 @@ win32 { -lmswsock \ -lws2_32 \ -ladvapi32 \ - -lwldap32 + -lwldap32 \ + -lcrypt32 RC_FILE = pokerth.rc } unix:!mac { diff --git a/pokerth_server.pro b/pokerth_server.pro index 854b02dd..b9762e5d 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -157,7 +157,8 @@ win32 { -lmswsock \ -lws2_32 \ -ladvapi32 \ - -lwldap32 + -lwldap32 \ + -lcrypt32 } !win32 {