removes debug from svn pro files

This commit is contained in:
doitux
2009-08-17 23:23:01 +00:00
parent 91c4304b78
commit 6a6e56ae5b
3 changed files with 27 additions and 29 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
TEMPLATE = lib
CODECFORSRC = UTF-8
CONFIG += staticlib thread exceptions rtti stl warn_on debug
CONFIG += staticlib thread exceptions rtti stl warn_on
UI_DIR = uics
TARGET = lib/pokerth_lib
MOC_DIR = mocs
+1 -2
View File
@@ -6,8 +6,7 @@ CONFIG += staticlib \
exceptions \
rtti \
stl \
warn_on \
debug
warn_on
UI_DIR = uics
TARGET = lib/pokerth_protocol
MOC_DIR = mocs
+1 -1
View File
@@ -7,7 +7,7 @@ isEmpty( PREFIX ){
TEMPLATE = app
CODECFORSRC = UTF-8
CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on debug
CONFIG += thread console embed_manifest_exe exceptions rtti stl warn_on
UI_DIR = uics
TARGET = bin/pokerth_server