X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=6c2c18deadd1e611b218feaaf729412d9625ce1e;hb=019a59ffca44ddc32fc6b16fd6cdcc8f3e1c93c6;hp=f67b91f8019b24793dd988f923e27dde54a0bc12;hpb=63af36e607d250637aaba0bba14d2158e79c7bed;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index f67b91f8..6c2c18de 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -13,8 +13,10 @@ set(SOURCES chatline.cpp chatlinemodel.cpp chatlinemodelitem.cpp + chatmonitorfilter.cpp chatscene.cpp chatview.cpp + columnhandleitem.cpp coreconfigwizard.cpp coreconnectdlg.cpp coreinfodlg.cpp @@ -24,6 +26,7 @@ set(SOURCES mainwin.cpp nicklistwidget.cpp qtui.cpp + qtuimessageprocessor.cpp qtuisettings.cpp qtuistyle.cpp settingsdlg.cpp @@ -38,8 +41,10 @@ set(MOC_HDRS bufferwidget.h channellistdlg.h chatlinemodel.h + chatmonitorfilter.h chatscene.h chatview.h + columnhandleitem.h coreconfigwizard.h coreconnectdlg.h coreinfodlg.h @@ -49,6 +54,7 @@ set(MOC_HDRS mainwin.h nicklistwidget.h qtui.h + qtuimessageprocessor.h settingsdlg.h settingspagedlg.h titlesetter.h