diff --git a/pokerth_lib.pro b/pokerth_lib.pro index 31ac9dbc..75ad37ec 100644 --- a/pokerth_lib.pro +++ b/pokerth_lib.pro @@ -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 diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index 9ccaa36a..46beece8 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -6,8 +6,7 @@ CONFIG += staticlib \ exceptions \ rtti \ stl \ - warn_on \ - debug + warn_on UI_DIR = uics TARGET = lib/pokerth_protocol MOC_DIR = mocs @@ -26,11 +25,11 @@ DEPENDPATH += . \ # Input HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ - src/third_party/asn1/ChatCleanerMessage.h \ - src/third_party/asn1/CleanerInitMessage.h \ - src/third_party/asn1/CleanerInitAckMessage.h \ - src/third_party/asn1/CleanerChatRequestMessage.h \ - src/third_party/asn1/CleanerChatReplyMessage.h \ + src/third_party/asn1/ChatCleanerMessage.h \ + src/third_party/asn1/CleanerInitMessage.h \ + src/third_party/asn1/CleanerInitAckMessage.h \ + src/third_party/asn1/CleanerChatRequestMessage.h \ + src/third_party/asn1/CleanerChatReplyMessage.h \ src/third_party/asn1/AnonymousLogin.h \ src/third_party/asn1/AskKickDeniedMessage.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/BOOLEAN.h \ src/third_party/asn1/Card.h \ - src/third_party/asn1/ChatMessage.h \ - src/third_party/asn1/ChatTypeGame.h \ - src/third_party/asn1/ChatTypeLobby.h \ - src/third_party/asn1/ChatTypeBot.h \ + src/third_party/asn1/ChatMessage.h \ + src/third_party/asn1/ChatTypeGame.h \ + src/third_party/asn1/ChatTypeLobby.h \ + src/third_party/asn1/ChatTypeBot.h \ src/third_party/asn1/ChatTypeBroadcast.h \ - src/third_party/asn1/ChatRequestMessage.h \ - src/third_party/asn1/ChatRequestTypeLobby.h \ + src/third_party/asn1/ChatRequestMessage.h \ + src/third_party/asn1/ChatRequestTypeLobby.h \ src/third_party/asn1/ChatRequestTypeGame.h \ src/third_party/asn1/constraints.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/PlayerInfoData.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/PlayerResult.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/YourActionRejectedMessage.h -SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ - src/third_party/asn1/CleanerInitMessage.c \ - src/third_party/asn1/CleanerInitAckMessage.c \ - src/third_party/asn1/CleanerChatRequestMessage.c \ - src/third_party/asn1/CleanerChatReplyMessage.c \ +SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ + src/third_party/asn1/CleanerInitMessage.c \ + src/third_party/asn1/CleanerInitAckMessage.c \ + src/third_party/asn1/CleanerChatRequestMessage.c \ + src/third_party/asn1/CleanerChatReplyMessage.c \ src/third_party/asn1/AllInShowCardsMessage.c \ src/third_party/asn1/YourActionRejectedMessage.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/PlayerInfoReplyMessage.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/per_support.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.c \ src/third_party/asn1/constr_CHOICE.c \ - src/third_party/asn1/ChatRequestMessage.c \ - src/third_party/asn1/ChatRequestTypeLobby.c \ - src/third_party/asn1/ChatRequestTypeGame.c \ + src/third_party/asn1/ChatRequestMessage.c \ + src/third_party/asn1/ChatRequestTypeLobby.c \ + src/third_party/asn1/ChatRequestTypeGame.c \ src/third_party/asn1/ChatMessage.c \ - src/third_party/asn1/ChatTypeGame.c \ - src/third_party/asn1/ChatTypeLobby.c \ - src/third_party/asn1/ChatTypeBot.c \ + src/third_party/asn1/ChatTypeGame.c \ + src/third_party/asn1/ChatTypeLobby.c \ + src/third_party/asn1/ChatTypeBot.c \ src/third_party/asn1/ChatTypeBroadcast.c \ src/third_party/asn1/Card.c \ src/third_party/asn1/BOOLEAN.c \ diff --git a/pokerth_server.pro b/pokerth_server.pro index ae4e1b6a..aa5c8afc 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -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