diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index 6695d1d1..60c491a0 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -165,7 +165,9 @@ HEADERS += src/third_party/asn1/AllInShowCardsMessage.h \ src/third_party/asn1/PlainCards.h \ src/third_party/asn1/EncryptedCards.h \ src/third_party/asn1/AfkWarningMessage.h \ - src/third_party/asn1/ChatRequestTypePrivate.h + src/third_party/asn1/ChatRequestTypePrivate.h \ + src/third_party/asn1/ReportAvatarMessage.h \ + src/third_party/asn1/ReportAvatarAckMessage.h SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/CleanerInitMessage.c \ src/third_party/asn1/CleanerInitAckMessage.c \ @@ -303,7 +305,9 @@ SOURCES += src/third_party/asn1/ChatCleanerMessage.c \ src/third_party/asn1/EncryptedCards.c \ src/third_party/asn1/PlainCards.c \ src/third_party/asn1/AfkWarningMessage.c \ - src/third_party/asn1/ChatRequestTypePrivate.c + src/third_party/asn1/ChatRequestTypePrivate.c \ + src/third_party/asn1/ReportAvatarMessage.c \ + src/third_party/asn1/ReportAvatarAckMessage.c win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501