Switching from asn.1 to protobuf as chat cleaner protocol.

This commit is contained in:
lotodore
2013-08-29 22:18:44 +02:00
parent 8adbe8edb9
commit 9686257e41
13 changed files with 3295 additions and 336 deletions
-2
View File
@@ -13,11 +13,9 @@ OBJECTS_DIR = obj
TEMPLATE = app
INCLUDEPATH += src/ \
src/chatcleaner/ \
src/third_party/asn1/ \
src/net/
DEPENDPATH += src/ \
src/chatcleaner/ \
src/third_party/asn1/ \
src/net/
SOURCES += src/chatcleaner/chatcleaner.cpp \
src/chatcleaner/cleanerserver.cpp \