From e041153b099092c17e7c9e917e214bcafaf5fc1c Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 30 Jan 2011 16:35:09 +0000 Subject: [PATCH] Adding missing files to project --- pokerth_protocol.pro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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