Receive and send messages

This commit is contained in:
Torsten Schulz
2017-07-21 21:49:19 +02:00
parent 922ee7ac12
commit b5b4c94f65
10 changed files with 144 additions and 44 deletions

View File

@@ -9,7 +9,8 @@ SOURCES += main.cpp \
server.cpp \
room.cpp \
user.cpp \
tools.cpp
tools.cpp \
base.cpp
DISTFILES += \
config/chatconfig.json
@@ -19,7 +20,8 @@ HEADERS += \
server.h \
room.h \
user.h \
tools.h
tools.h \
base.h
LIBS += -ljsoncpp \
-lpthread