From a1e3a3f4610ca7cd09b0e7a49b2aeabb10575609 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 13 Dec 2007 21:53:39 +0000 Subject: [PATCH] 0.6 Final... --- 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 c7cb3445..7087f61b 100644 --- a/pokerth_game.pro +++ b/pokerth_game.pro @@ -3,8 +3,8 @@ 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 60bbc23b..84e12804 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 d5fba73d..40ad3f0c 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -3,8 +3,8 @@ 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