From a2ad3a3573bd4c4adcc587f655c4dcb5a31b75e8 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 6 Aug 2008 20:23:27 +0000 Subject: [PATCH] Back to release mode for mingw build script, until the lib-not-found problem is solved. --- pokerth_game.pro | 4 ++-- pokerth_lib.pro | 4 ++-- pokerth_server.pro | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index 1ff0ceb6..30b1ddda 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -7,8 +7,8 @@ isEmpty( PREFIX ) { TEMPLATE = app CODECFORSRC = UTF-8 -#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release -CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug +CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on release +#CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug #####Uncomment this for RELEASE #QTPLUGIN += qjpeg qgif diff --git a/pokerth_lib.pro b/pokerth_lib.pro index da27e72c..90bf2204 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 65ec1db6..a1bc7d53 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -7,8 +7,8 @@ isEmpty( PREFIX ) { TEMPLATE = app CODECFORSRC = UTF-8 -#CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on release -CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on debug +CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on release +#CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on debug UI_DIR = uics TARGET = bin/pokerth_server