diff --git a/pokerth_game.pro b/pokerth_game.pro index 789b52c6..0e630287 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -271,7 +271,7 @@ win32{ LIBPATH += Release/lib ../SDL/VisualC/SDL/Release ../SDL/VisualC/SDLmain/Release ../SDL_mixer/VisualC/Release #LIBPATH += Debug/lib ../SDL/VisualC/SDL/Debug ../SDL/VisualC/SDLmain/Debug ../SDL_mixer/VisualC/Debug - LIBS += -lgnutls-openssl + LIBS += -llibgnutls-openssl LIBS += -llibcurl } diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 21c1a23e..3049c84d 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -181,7 +181,7 @@ win32{ DEPENDPATH += src/net/win32/ src/core/win32 SOURCES += src/net/win32/socket_helper.cpp \ src/net/win32/socket_startup.cpp - INCLUDEPATH += ../boost/ ../GnuTLS/include ../curl/include + INCLUDEPATH += ../boost/ ../GnuTLS/include ../curl/include ../zlib } !win32{ DEPENDPATH += src/net/linux/ src/core/linux diff --git a/pokerth_server.pro b/pokerth_server.pro index 4534b06d..23e38ae2 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -127,17 +127,19 @@ win32 { win32-msvc2005{ LIBS += -llibgnutls-openssl + LIBS += -llibcurl } win32-g++{ LIBS += -lgnutls-openssl + LIBS += -lcurl LIBS += -llibboost_thread-mgw34-mt-1_35 LIBS += -llibboost_filesystem-mgw34-mt-1_35 LIBS += -llibboost_system-mgw34-mt-1_35 LIBS += -llibboost_program_options-mgw34-mt-1_35 } - LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 + LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lwldap32 } !win32 { DEPENDPATH += src/net/linux/ src/core/linux