removes debug from svn pro files
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user