Port remaining stuff in MainWin to KF5
[quassel.git] / src / qtui / CMakeLists.txt
index ebf128a..f17cd45 100644 (file)
@@ -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)