X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=6cb6cdb5f49bbf1190db82e1dd77b5e897c45adf;hp=e69660600e097d2b4cb71125a656c90c275e8ccc;hb=a43f68a84621d11b61f0e712890a5feb76939553;hpb=967b407f9e543b9cfe143fd2e3e6d5917b7f84c6 diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index e6966060..6cb6cdb5 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -146,6 +146,11 @@ if(HAVE_KDE) set(SOURCES ${SOURCES} knotificationbackend.cpp) set(MOC_HDRS ${MOC_HDRS} knotificationbackend.h) else(HAVE_KDE) + if(HAVE_SNORENOTIFY) + set(SOURCES ${SOURCES} snorenotificationbackend.cpp) + set(MOC_HDRS ${MOC_HDRS} snorenotificationbackend.h) + set(FORMS ${FORMS} snorentificationconfigwidget.ui) + endif(HAVE_SNORENOTIFY) if(HAVE_PHONON) set(SOURCES ${SOURCES} phononnotificationbackend.cpp) set(MOC_HDRS ${MOC_HDRS} phononnotificationbackend.h)