diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index 60c491a0..b96674e3 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -167,7 +167,10 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/AfkWarningMessage.h \ src/third_party/asn1/ChatRequestTypePrivate.h \ src/third_party/asn1/ReportAvatarMessage.h \ - src/third_party/asn1/ReportAvatarAckMessage.h + src/third_party/asn1/ReportAvatarAckMessage.h \ + src/third_party/asn1/CleanerChatTypeLobby.h \ + src/third_party/asn1/CleanerChatTypeGame.h \ + src/third_party/asn1/CleanerChatType.h SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/CleanerInitMessage.c \ src/third_party/asn1/CleanerInitAckMessage.c \ @@ -307,7 +310,10 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/AfkWarningMessage.c \ src/third_party/asn1/ChatRequestTypePrivate.c \ src/third_party/asn1/ReportAvatarMessage.c \ - src/third_party/asn1/ReportAvatarAckMessage.c + src/third_party/asn1/ReportAvatarAckMessage.c \ + src/third_party/asn1/CleanerChatTypeLobby.c \ + src/third_party/asn1/CleanerChatTypeGame.c \ + src/third_party/asn1/CleanerChatType.c win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501