effects/screenshot: Remove unused KF6::Notifications dependency
This commit is contained in:
parent
869c29c33d
commit
466799819f
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue