Changed debug/release settings.
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user