X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2FCMakeLists.txt;h=f17cd4549cf28db3b2ce3f3c3d35e2da7c8d3171;hp=ebf128a889235c607b6caef191beae28e1a956a2;hb=2088ce3b27f71c7c7e4f91d8f2428f7ccecf4074;hpb=56f70df273886f020699d296bcb7e3fbea237c09 diff --git a/src/qtui/CMakeLists.txt b/src/qtui/CMakeLists.txt index ebf128a8..f17cd454 100644 --- a/src/qtui/CMakeLists.txt +++ b/src/qtui/CMakeLists.txt @@ -90,7 +90,7 @@ endif() if (WITH_KF5) list(APPEND SOURCES knotificationbackend.cpp) - list(APPEND LIBS KF5::ConfigWidgets KF5::Notifications KF5::NotifyConfig KF5::XmlGui) + list(APPEND LIBS KF5::ConfigWidgets KF5::Notifications KF5::NotifyConfig KF5::WidgetsAddons KF5::XmlGui) endif() if (LIBSNORE_FOUND)