X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2FCMakeLists.txt;h=6c2c18deadd1e611b218feaaf729412d9625ce1e;hb=019a59ffca44ddc32fc6b16fd6cdcc8f3e1c93c6;hp=2951cf6971e0d727a6389882fda50994406b318f;hpb=9806418efa4c59dae71fd628ea9c57453ca81434;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index 2951cf69..6c2c18de 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -13,6 +13,7 @@ set(SOURCES chatline.cpp chatlinemodel.cpp chatlinemodelitem.cpp + chatmonitorfilter.cpp chatscene.cpp chatview.cpp columnhandleitem.cpp @@ -25,6 +26,7 @@ set(SOURCES mainwin.cpp nicklistwidget.cpp qtui.cpp + qtuimessageprocessor.cpp qtuisettings.cpp qtuistyle.cpp settingsdlg.cpp @@ -39,6 +41,7 @@ set(MOC_HDRS bufferwidget.h channellistdlg.h chatlinemodel.h + chatmonitorfilter.h chatscene.h chatview.h columnhandleitem.h @@ -51,6 +54,7 @@ set(MOC_HDRS mainwin.h nicklistwidget.h qtui.h + qtuimessageprocessor.h settingsdlg.h settingspagedlg.h titlesetter.h