X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2FCMakeLists.txt;h=92fc995341309107eb9ea9bf0e029efc13e67082;hb=020c860035180e468705b836a21f7aaa70ba0160;hp=19befcac5f344e5b31676665c96de0a1dc9e6404;hpb=71d7e1a6931b5edfa3fd15de5ad82bbca25d1426;p=quassel.git diff --git a/src/uisupport/CMakeLists.txt b/src/uisupport/CMakeLists.txt index 19befcac..92fc9953 100644 --- a/src/uisupport/CMakeLists.txt +++ b/src/uisupport/CMakeLists.txt @@ -11,40 +11,59 @@ set(SOURCES actioncollection.cpp bufferview.cpp bufferviewfilter.cpp + bufferviewoverlayfilter.cpp clearablelineedit.cpp clickablelabel.cpp colorbutton.cpp + contextmenuactionprovider.cpp + graphicalui.cpp icon.cpp iconloader.cpp inputline.cpp + networkmodelcontroller.cpp nickview.cpp nickviewfilter.cpp settingspage.cpp tabcompleter.cpp + toolbaractionprovider.cpp uisettings.cpp - uistyle.cpp) + uistyle.cpp + ) set(MOC_HDRS abstractbuffercontainer.h abstractitemview.h + abstractnotificationbackend.h action.h actioncollection.h bufferview.h bufferviewfilter.h + bufferviewoverlayfilter.h clearablelineedit.h clickablelabel.h colorbutton.h + contextmenuactionprovider.h + graphicalui.h iconloader.h inputline.h + networkmodelcontroller.h nickview.h nickviewfilter.h settingspage.h - tabcompleter.h) + tabcompleter.h + toolbaractionprovider.h + ) set(HEADERS icon.h uisettings.h - uistyle.h) + uistyle.h + ) + +if(HAVE_KDE) + set(SOURCES ${SOURCES} kcmdlinewrapper.cpp) + set(HEADERS ${HEADERS} kcmdlinewrapper.h) +endif(HAVE_KDE) qt4_wrap_cpp(MOC ${MOC_HDRS})