diff --git a/pokerth_game.pro b/pokerth_game.pro index 0bf619c8..a1dff86a 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -323,7 +323,9 @@ win32 { -lSDLmain \ -ltinyxml \ -lz \ + -lgnutls \ -lgcrypt \ + -lgpg-error \ -lgsasl \ -lidn debug:LIBPATH += debug/lib @@ -454,7 +456,7 @@ unix:!mac { ./lib/libpokerth_protocol.a # #### My release static libs - # LIBS += -lgcrypt_static -lSDL_mixer_static -lSDL -lmikmod -lcurl + # LIBS += -lgcrypt_static -lgpg-error_static -lgnutls_static -lSDL_mixer_static -lSDL -lmikmod -lcurl # ### INSTALL #### binary.path += $${PREFIX}/bin/ binary.files += pokerth diff --git a/pokerth_server.pro b/pokerth_server.pro index edbedfa1..7221a645 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -126,7 +126,7 @@ win32 { debug:LIBPATH += debug/lib release:LIBPATH += release/lib - LIBS += -lgcrypt -lgsasl -lidn -ltinyxml + LIBS += -lgnutls -lgcrypt -lgpg-error -lgsasl -lidn -ltinyxml win32-g++-cross { LIBS += -lsqlite3 LIBS += -lntlm