commit for hemirt

This commit is contained in:
fourtf
2017-01-01 18:43:52 +01:00
parent a290f88685
commit a75cfa61f7
13 changed files with 210 additions and 11 deletions
+12 -3
View File
@@ -35,7 +35,10 @@ SOURCES += main.cpp\
chatwidgetinput.cpp \
chatwidgetview.cpp \
notebookpagedroppreview.cpp \
channel.cpp
channel.cpp \
dialog.cpp \
settingsdialog.cpp \
settingsdialogtab.cpp
HEADERS += mainwindow.h \
chatwidget.h \
@@ -48,9 +51,15 @@ HEADERS += mainwindow.h \
chatwidgetinput.h \
chatwidgetview.h \
notebookpagedroppreview.h \
channel.h
channel.h \
dialog.h \
settingsdialog.h \
settingsdialogtab.h
FORMS +=
FORMS += \
dialog.ui
RESOURCES += \
resources.qrc
DISTFILES +=