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
|
||||||
|
|||||||
+25
-26
@@ -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
|
||||||
@@ -26,11 +25,11 @@ DEPENDPATH += . \
|
|||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
||||||
src/third_party/asn1/ChatCleanerMessage.h \
|
src/third_party/asn1/ChatCleanerMessage.h \
|
||||||
src/third_party/asn1/CleanerInitMessage.h \
|
src/third_party/asn1/CleanerInitMessage.h \
|
||||||
src/third_party/asn1/CleanerInitAckMessage.h \
|
src/third_party/asn1/CleanerInitAckMessage.h \
|
||||||
src/third_party/asn1/CleanerChatRequestMessage.h \
|
src/third_party/asn1/CleanerChatRequestMessage.h \
|
||||||
src/third_party/asn1/CleanerChatReplyMessage.h \
|
src/third_party/asn1/CleanerChatReplyMessage.h \
|
||||||
src/third_party/asn1/AnonymousLogin.h \
|
src/third_party/asn1/AnonymousLogin.h \
|
||||||
src/third_party/asn1/AskKickDeniedMessage.h \
|
src/third_party/asn1/AskKickDeniedMessage.h \
|
||||||
src/third_party/asn1/AskKickPlayerMessage.h \
|
src/third_party/asn1/AskKickPlayerMessage.h \
|
||||||
@@ -54,13 +53,13 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
|||||||
src/third_party/asn1/BIT_STRING.h \
|
src/third_party/asn1/BIT_STRING.h \
|
||||||
src/third_party/asn1/BOOLEAN.h \
|
src/third_party/asn1/BOOLEAN.h \
|
||||||
src/third_party/asn1/Card.h \
|
src/third_party/asn1/Card.h \
|
||||||
src/third_party/asn1/ChatMessage.h \
|
src/third_party/asn1/ChatMessage.h \
|
||||||
src/third_party/asn1/ChatTypeGame.h \
|
src/third_party/asn1/ChatTypeGame.h \
|
||||||
src/third_party/asn1/ChatTypeLobby.h \
|
src/third_party/asn1/ChatTypeLobby.h \
|
||||||
src/third_party/asn1/ChatTypeBot.h \
|
src/third_party/asn1/ChatTypeBot.h \
|
||||||
src/third_party/asn1/ChatTypeBroadcast.h \
|
src/third_party/asn1/ChatTypeBroadcast.h \
|
||||||
src/third_party/asn1/ChatRequestMessage.h \
|
src/third_party/asn1/ChatRequestMessage.h \
|
||||||
src/third_party/asn1/ChatRequestTypeLobby.h \
|
src/third_party/asn1/ChatRequestTypeLobby.h \
|
||||||
src/third_party/asn1/ChatRequestTypeGame.h \
|
src/third_party/asn1/ChatRequestTypeGame.h \
|
||||||
src/third_party/asn1/constraints.h \
|
src/third_party/asn1/constraints.h \
|
||||||
src/third_party/asn1/constr_CHOICE.h \
|
src/third_party/asn1/constr_CHOICE.h \
|
||||||
@@ -122,7 +121,7 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
|||||||
src/third_party/asn1/PlayerAllIn.h \
|
src/third_party/asn1/PlayerAllIn.h \
|
||||||
src/third_party/asn1/PlayerInfoData.h \
|
src/third_party/asn1/PlayerInfoData.h \
|
||||||
src/third_party/asn1/PlayerInfoReplyMessage.h \
|
src/third_party/asn1/PlayerInfoReplyMessage.h \
|
||||||
src/third_party/asn1/PlayerInfoRequestMessage.h \
|
src/third_party/asn1/PlayerInfoRequestMessage.h \
|
||||||
src/third_party/asn1/PlayerListMessage.h \
|
src/third_party/asn1/PlayerListMessage.h \
|
||||||
src/third_party/asn1/PlayerResult.h \
|
src/third_party/asn1/PlayerResult.h \
|
||||||
src/third_party/asn1/PlayersActionDoneMessage.h \
|
src/third_party/asn1/PlayersActionDoneMessage.h \
|
||||||
@@ -151,11 +150,11 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \
|
|||||||
src/third_party/asn1/xer_support.h \
|
src/third_party/asn1/xer_support.h \
|
||||||
src/third_party/asn1/YourActionRejectedMessage.h
|
src/third_party/asn1/YourActionRejectedMessage.h
|
||||||
|
|
||||||
SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
|
SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
|
||||||
src/third_party/asn1/CleanerInitMessage.c \
|
src/third_party/asn1/CleanerInitMessage.c \
|
||||||
src/third_party/asn1/CleanerInitAckMessage.c \
|
src/third_party/asn1/CleanerInitAckMessage.c \
|
||||||
src/third_party/asn1/CleanerChatRequestMessage.c \
|
src/third_party/asn1/CleanerChatRequestMessage.c \
|
||||||
src/third_party/asn1/CleanerChatReplyMessage.c \
|
src/third_party/asn1/CleanerChatReplyMessage.c \
|
||||||
src/third_party/asn1/AllInShowCardsMessage.c \
|
src/third_party/asn1/AllInShowCardsMessage.c \
|
||||||
src/third_party/asn1/YourActionRejectedMessage.c \
|
src/third_party/asn1/YourActionRejectedMessage.c \
|
||||||
src/third_party/asn1/xer_support.c \
|
src/third_party/asn1/xer_support.c \
|
||||||
@@ -186,7 +185,7 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
|
|||||||
src/third_party/asn1/PlayerInfoRequestMessage.c \
|
src/third_party/asn1/PlayerInfoRequestMessage.c \
|
||||||
src/third_party/asn1/PlayerInfoReplyMessage.c \
|
src/third_party/asn1/PlayerInfoReplyMessage.c \
|
||||||
src/third_party/asn1/PlayerInfoData.c \
|
src/third_party/asn1/PlayerInfoData.c \
|
||||||
src/third_party/asn1/PlayerAllIn.c \
|
src/third_party/asn1/PlayerAllIn.c \
|
||||||
src/third_party/asn1/PlayerListMessage.c \
|
src/third_party/asn1/PlayerListMessage.c \
|
||||||
src/third_party/asn1/per_support.c \
|
src/third_party/asn1/per_support.c \
|
||||||
src/third_party/asn1/per_opentype.c \
|
src/third_party/asn1/per_opentype.c \
|
||||||
@@ -245,13 +244,13 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \
|
|||||||
src/third_party/asn1/constr_SEQUENCE_OF.c \
|
src/third_party/asn1/constr_SEQUENCE_OF.c \
|
||||||
src/third_party/asn1/constr_SEQUENCE.c \
|
src/third_party/asn1/constr_SEQUENCE.c \
|
||||||
src/third_party/asn1/constr_CHOICE.c \
|
src/third_party/asn1/constr_CHOICE.c \
|
||||||
src/third_party/asn1/ChatRequestMessage.c \
|
src/third_party/asn1/ChatRequestMessage.c \
|
||||||
src/third_party/asn1/ChatRequestTypeLobby.c \
|
src/third_party/asn1/ChatRequestTypeLobby.c \
|
||||||
src/third_party/asn1/ChatRequestTypeGame.c \
|
src/third_party/asn1/ChatRequestTypeGame.c \
|
||||||
src/third_party/asn1/ChatMessage.c \
|
src/third_party/asn1/ChatMessage.c \
|
||||||
src/third_party/asn1/ChatTypeGame.c \
|
src/third_party/asn1/ChatTypeGame.c \
|
||||||
src/third_party/asn1/ChatTypeLobby.c \
|
src/third_party/asn1/ChatTypeLobby.c \
|
||||||
src/third_party/asn1/ChatTypeBot.c \
|
src/third_party/asn1/ChatTypeBot.c \
|
||||||
src/third_party/asn1/ChatTypeBroadcast.c \
|
src/third_party/asn1/ChatTypeBroadcast.c \
|
||||||
src/third_party/asn1/Card.c \
|
src/third_party/asn1/Card.c \
|
||||||
src/third_party/asn1/BOOLEAN.c \
|
src/third_party/asn1/BOOLEAN.c \
|
||||||
|
|||||||
+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