diff --git a/pokerth_game.pro b/pokerth_game.pro index 1f10dbfd..596658a3 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -337,7 +337,8 @@ win32 { -lgcrypt \ -lgpg-error \ -lgsasl \ - -lidn + -lidn \ + -lintl debug:LIBPATH += debug/lib release:LIBPATH += release/lib LIBS += -lsqlite3 diff --git a/pokerth_server.pro b/pokerth_server.pro index ea586a2a..11d690b4 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -131,7 +131,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib - LIBS += -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -ltinyxml -lsqlite3 -lntlm + LIBS += -lssh2 -lgnutls -lnettle -lhogweed -lgmp -lgcrypt -lgpg-error -lgsasl -lidn -lintl -ltinyxml -lsqlite3 -lntlm LIBS += -lboost_thread_win32-mt LIBS += -lboost_filesystem-mt LIBS += -lboost_regex-mt