diff --git a/pokerth_game.pro b/pokerth_game.pro index 1e1a1374..0275dc12 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -3,7 +3,7 @@ TEMPLATE = app CODECFORSRC = UTF-8 -CONFIG += qt thread embed_manifest_exe release +CONFIG += qt thread embed_manifest_exe warn_on release #CONFIG += qt thread embed_manifest_exe warn_on debug UI_DIR = uics MOC_DIR = mocs @@ -215,8 +215,8 @@ win32{ INCLUDEPATH += ../SDL/include/SDL ../SDL_mixer/include ../OpenSSL/include LIBPATH += ../boost/stage/lib ../OpenSSL/lib - #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 + 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 LIBPATH += ../SDL/lib ../SDL_mixer/lib LIBS += -lpokerth_lib diff --git a/pokerth_server.pro b/pokerth_server.pro index ec088da4..14448cd7 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -96,8 +96,8 @@ win32{ INCLUDEPATH += ../boost/ ../OpenSSL/include LIBPATH += ../boost/stage/lib ../OpenSSL/lib - #LIBPATH += Release/lib - LIBPATH += Debug/lib + LIBPATH += Release/lib + #LIBPATH += Debug/lib LIBS += -lpokerth_lib LIBS += -lgdi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lole32 -luuid -luser32 -lmsimg32 -lshell32 -lkernel32 -lws2_32 -ladvapi32 @@ -136,7 +136,7 @@ unix:!mac{ #LIBS += -lcrypto } -#CONFIG += qt thread console embed_manifest_exe release +#CONFIG += qt thread console embed_manifest_exe warn_on release CONFIG += qt thread console embed_manifest_exe warn_on debug UI_DIR = uics TARGET = bin/pokerth_server