Receive and send messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user