X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2FCMakeLists.txt;h=ebf128a889235c607b6caef191beae28e1a956a2;hb=446caa053a85a00ef1f2ed393b5a0da761d6f2d1;hp=f54c00e0171e4bb72f5fb0b9f727c428d55250f3;hpb=30b77d8f6e230f97e706e5a6630add16b88bda3f;p=quassel.git diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index f54c00e0..ebf128a8 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -89,7 +89,8 @@ if (WITH_KDE4) endif() if (WITH_KF5) - list(APPEND LIBS KF5::ConfigWidgets KF5::XmlGui) + list(APPEND SOURCES knotificationbackend.cpp) + list(APPEND LIBS KF5::ConfigWidgets KF5::Notifications KF5::NotifyConfig KF5::XmlGui) endif() if (LIBSNORE_FOUND)