diff --git a/pokerth_game.pro b/pokerth_game.pro index a5c181dc..3e136e85 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -292,11 +292,11 @@ win32 { LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl LIBS += -lz - LIBS += -llibboost_thread-mgw34-mt-1_36 - LIBS += -llibboost_filesystem-mgw34-mt-1_36 - LIBS += -llibboost_system-mgw34-mt-1_36 - LIBS += -llibboost_iostreams-mgw34-mt-1_36 - LIBS += -llibboost_zlib-mgw34-mt-1_36 + LIBS += -llibboost_thread-mgw34-mt-1_37 + LIBS += -llibboost_filesystem-mgw34-mt-1_37 + LIBS += -llibboost_system-mgw34-mt-1_37 + LIBS += -llibboost_iostreams-mgw34-mt-1_37 + LIBS += -llibboost_zlib-mgw34-mt-1_37 } LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lsdl -lsdlmain -lsdl_mixer -lwldap32 diff --git a/pokerth_lib.pro b/pokerth_lib.pro index e08b1e24..44640b71 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -3,8 +3,8 @@ TEMPLATE = lib CODECFORSRC = UTF-8 -#CONFIG += staticlib thread exceptions rtti stl warn_on release -CONFIG += staticlib thread exceptions rtti stl warn_on debug +CONFIG += staticlib thread exceptions rtti stl warn_on release +#CONFIG += staticlib thread exceptions rtti stl warn_on debug UI_DIR = uics TARGET = lib/pokerth_lib diff --git a/pokerth_server.pro b/pokerth_server.pro index 926669cc..c0cca23d 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -134,12 +134,12 @@ win32 { LIBS += -lgnutls-openssl -lgnutls -lgcrypt -ltasn1 -lgpg-error LIBS += -lcurl LIBS += -lz - LIBS += -llibboost_thread-mgw34-mt-1_36 - LIBS += -llibboost_filesystem-mgw34-mt-1_36 - LIBS += -llibboost_system-mgw34-mt-1_36 - LIBS += -llibboost_iostreams-mgw34-mt-1_36 - LIBS += -llibboost_zlib-mgw34-mt-1_36 - LIBS += -llibboost_program_options-mgw34-mt-1_36 + LIBS += -llibboost_thread-mgw34-mt-1_37 + LIBS += -llibboost_filesystem-mgw34-mt-1_37 + LIBS += -llibboost_system-mgw34-mt-1_37 + LIBS += -llibboost_iostreams-mgw34-mt-1_37 + LIBS += -llibboost_zlib-mgw34-mt-1_37 + LIBS += -llibboost_program_options-mgw34-mt-1_37 } LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 -lwldap32