diff --git a/pokerth_game.pro b/pokerth_game.pro index 6c9aaaff..64834d5b 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -319,8 +319,8 @@ win32 { -lgcrypt \ -ltasn1 \ -lgpg-error \ - -lidn \ - -lgsasl + -lgsasl \ + -lidn LIBS += -lcurl LIBS += -lz LIBS += -llibboost_thread-mgw44-mt diff --git a/pokerth_server.pro b/pokerth_server.pro index 3e8c0218..9432ca5b 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -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