removes debug from svn pro files
This commit is contained in:
+1
-2
@@ -3,8 +3,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CODECFORSRC = UTF-8
|
CODECFORSRC = UTF-8
|
||||||
|
|
||||||
CONFIG += staticlib thread exceptions rtti stl warn_on debug
|
CONFIG += staticlib thread exceptions rtti stl warn_on
|
||||||
|
|
||||||
UI_DIR = uics
|
UI_DIR = uics
|
||||||
TARGET = lib/pokerth_lib
|
TARGET = lib/pokerth_lib
|
||||||
MOC_DIR = mocs
|
MOC_DIR = mocs
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ CONFIG += staticlib \
|
|||||||
exceptions \
|
exceptions \
|
||||||
rtti \
|
rtti \
|
||||||
stl \
|
stl \
|
||||||
warn_on \
|
warn_on
|
||||||
debug
|
|
||||||
UI_DIR = uics
|
UI_DIR = uics
|
||||||
TARGET = lib/pokerth_protocol
|
TARGET = lib/pokerth_protocol
|
||||||
MOC_DIR = mocs
|
MOC_DIR = mocs
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ isEmpty( PREFIX ){
|
|||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CODECFORSRC = UTF-8
|
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
|
UI_DIR = uics
|
||||||
TARGET = bin/pokerth_server
|
TARGET = bin/pokerth_server
|
||||||
|
|||||||
Reference in New Issue
Block a user