X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2FCMakeLists.txt;h=2b05f9de04d7887aab10d99a90f77e40624b799a;hb=c639f2b13b485c0d158ee3857742eaf4d1fa4760;hp=92fc995341309107eb9ea9bf0e029efc13e67082;hpb=71ef3ec0c4c4d02431aa560ed83b379c416798c5;p=quassel.git diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index 92fc9953..2b05f9de 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -9,6 +9,7 @@ set(SOURCES abstractitemview.cpp action.cpp actioncollection.cpp + bufferhotlistfilter.cpp bufferview.cpp bufferviewfilter.cpp bufferviewoverlayfilter.cpp @@ -16,6 +17,7 @@ set(SOURCES clickablelabel.cpp colorbutton.cpp contextmenuactionprovider.cpp + flatproxymodel.cpp graphicalui.cpp icon.cpp iconloader.cpp @@ -23,6 +25,7 @@ set(SOURCES networkmodelcontroller.cpp nickview.cpp nickviewfilter.cpp + qssparser.cpp settingspage.cpp tabcompleter.cpp toolbaractionprovider.cpp @@ -36,6 +39,7 @@ set(MOC_HDRS abstractnotificationbackend.h action.h actioncollection.h + bufferhotlistfilter.h bufferview.h bufferviewfilter.h bufferviewoverlayfilter.h @@ -43,6 +47,7 @@ set(MOC_HDRS clickablelabel.h colorbutton.h contextmenuactionprovider.h + flatproxymodel.h graphicalui.h iconloader.h inputline.h @@ -52,12 +57,13 @@ set(MOC_HDRS settingspage.h tabcompleter.h toolbaractionprovider.h + uistyle.h ) set(HEADERS icon.h + qssparser.h uisettings.h - uistyle.h ) if(HAVE_KDE)