This commit is contained in:
fourtf
2017-01-05 20:49:33 +01:00
parent a8006cf68c
commit 4d96dcc5e3
13 changed files with 210 additions and 149 deletions
+4 -2
View File
@@ -54,7 +54,8 @@ SOURCES += main.cpp\
message.cpp \
word.cpp \
link.cpp \
fonts.cpp
fonts.cpp \
appsettings.cpp
HEADERS += mainwindow.h \
chatwidget.h \
@@ -85,7 +86,8 @@ HEADERS += mainwindow.h \
word.h \
link.h \
fonts.h \
common.h
common.h \
appsettings.h
PRECOMPILED_HEADER = common.h