added words and message

This commit is contained in:
fourtf
2017-01-05 16:07:20 +01:00
parent 7a7b714e78
commit b7de109335
31 changed files with 679 additions and 31 deletions
+11 -3
View File
@@ -5,7 +5,7 @@
#-------------------------------------------------
QT += core gui network
CONFIG += communi c++11
CONFIG += communi
COMMUNI += core model util
include(lib/libcommuni/src/src.pri)
@@ -50,7 +50,11 @@ SOURCES += main.cpp\
account.cpp \
emotes.cpp \
lazyloadedimage.cpp \
concurrentmap.cpp
concurrentmap.cpp \
message.cpp \
word.cpp \
link.cpp \
fonts.cpp
HEADERS += mainwindow.h \
chatwidget.h \
@@ -76,7 +80,11 @@ HEADERS += mainwindow.h \
emotes.h \
lazyloadedimage.h \
twitchemotevalue.h \
concurrentmap.h
concurrentmap.h \
message.h \
word.h \
link.h \
fonts.h
FORMS += \
dialog.ui