Warning, /plasma/kwin/src/plugins/screenshot/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 ####################################### 0002 # Effect 0003 0004 # Source files 0005 set(screenshot_SOURCES 0006 main.cpp 0007 screenshot.cpp 0008 screenshotdbusinterface2.cpp 0009 ) 0010 0011 qt_add_dbus_adaptor(screenshot_SOURCES org.kde.KWin.ScreenShot2.xml screenshotdbusinterface2.h KWin::ScreenShotDBusInterface2) 0012 0013 kwin_add_builtin_effect(screenshot ${screenshot_SOURCES}) 0014 target_link_libraries(screenshot PRIVATE 0015 kwin 0016 0017 KF6::Service 0018 KF6::I18n 0019 0020 Qt::DBus 0021 ) 0022 0023 ecm_qt_declare_logging_category(screenshot 0024 HEADER screenshotlogging.h 0025 IDENTIFIER KWIN_SCREENSHOT 0026 CATEGORY_NAME kwin_effect_screenshot 0027 DEFAULT_SEVERITY Warning 0028 )