From b57d21412c21f6e982ce48a48c2e8a7b8e10e4e5 Mon Sep 17 00:00:00 2001 From: doitux Date: Fri, 3 Apr 2009 14:50:55 +0000 Subject: [PATCH] fixing pro files (DEBUG --> RELEASE) --- pokerth_game.pro | 4 ++-- pokerth_lib.pro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pokerth_game.pro b/pokerth_game.pro index c110045a..7e6c5de7 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 on Linux/Unix/BSD (only for static Qt) #QTPLUGIN += qjpeg qgif diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 97c88aaa..d0126fcc 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