effects/screenshot: Remove unused KF6::Notifications dependency

This commit is contained in:
Vlad Zahorodnii 2023-03-06 16:30:42 +02:00
parent 869c29c33d
commit 466799819f

View file

@ -22,10 +22,6 @@ target_link_libraries(screenshot PRIVATE
Qt::DBus Qt::DBus
) )
if (KWIN_BUILD_NOTIFICATIONS)
target_link_libraries(screenshot PRIVATE KF6::Notifications)
endif()
ecm_qt_declare_logging_category(screenshot ecm_qt_declare_logging_category(screenshot
HEADER screenshotlogging.h HEADER screenshotlogging.h
IDENTIFIER KWIN_SCREENSHOT IDENTIFIER KWIN_SCREENSHOT