From 466799819f0d62db73369fcb21f519479c31abab Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 6 Mar 2023 16:30:42 +0200 Subject: [PATCH] effects/screenshot: Remove unused KF6::Notifications dependency --- src/effects/screenshot/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/effects/screenshot/CMakeLists.txt b/src/effects/screenshot/CMakeLists.txt index 4d296f1633..64f1c71da1 100644 --- a/src/effects/screenshot/CMakeLists.txt +++ b/src/effects/screenshot/CMakeLists.txt @@ -22,10 +22,6 @@ target_link_libraries(screenshot PRIVATE Qt::DBus ) -if (KWIN_BUILD_NOTIFICATIONS) - target_link_libraries(screenshot PRIVATE KF6::Notifications) -endif() - ecm_qt_declare_logging_category(screenshot HEADER screenshotlogging.h IDENTIFIER KWIN_SCREENSHOT