X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2FCMakeLists.txt;h=b038ead3ff4599d1a531baa9b80769121a6fb636;hp=e3172aac787df2c4f6ed698e6806029d2b01b18a;hb=55579f53f3bd37f2a20d9be7458bdc54b345a052;hpb=6cc1ac79609f6fc0d9a4ada5c815eef12d291ec8 diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index e3172aac..b038ead3 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -9,21 +9,33 @@ set(SOURCES abstractitemview.cpp action.cpp actioncollection.cpp + bufferhotlistfilter.cpp bufferview.cpp bufferviewfilter.cpp + bufferviewoverlayfilter.cpp clearablelineedit.cpp + clickable.cpp clickablelabel.cpp colorbutton.cpp + contextmenuactionprovider.cpp + flatproxymodel.cpp + fontselector.cpp + graphicalui.cpp icon.cpp iconloader.cpp - inputline.cpp - networkmodelactionprovider.cpp + multilineedit.cpp + networkmodelcontroller.cpp nickview.cpp nickviewfilter.cpp + qssparser.cpp + resizingstackedwidget.cpp settingspage.cpp + styledlabel.cpp tabcompleter.cpp + toolbaractionprovider.cpp uisettings.cpp - uistyle.cpp) + uistyle.cpp + ) set(MOC_HDRS abstractbuffercontainer.h @@ -31,23 +43,36 @@ set(MOC_HDRS abstractnotificationbackend.h action.h actioncollection.h + bufferhotlistfilter.h bufferview.h bufferviewfilter.h + bufferviewoverlayfilter.h clearablelineedit.h clickablelabel.h colorbutton.h + contextmenuactionprovider.h + flatproxymodel.h + fontselector.h + graphicalui.h iconloader.h - inputline.h - networkmodelactionprovider.h + multilineedit.h + networkmodelcontroller.h nickview.h nickviewfilter.h + resizingstackedwidget.h settingspage.h - tabcompleter.h) + styledlabel.h + tabcompleter.h + toolbaractionprovider.h + uistyle.h + ) set(HEADERS + clickable.h icon.h + qssparser.h uisettings.h - uistyle.h) + ) if(HAVE_KDE) set(SOURCES ${SOURCES} kcmdlinewrapper.cpp)