Warning, /plasma/plasma-workspace/ktimezoned/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if (WIN32)
0002     set(kded_ktimezoned_SRCS ktimezoned_win.cpp ktimezoned_win.h)
0003 else ()
0004     set(kded_ktimezoned_SRCS ktimezoned.cpp ktimezoned.h)
0005 endif ()
0006 
0007 kcoreaddons_add_plugin(ktimezoned SOURCES ${kded_ktimezoned_SRCS}  INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kded")
0008 
0009 #qt_add_dbus_adaptor(kded_ktimezoned_SRCS org.kde.KTimeZoned ktimezonedbus.h DBusHandler)
0010 
0011 target_link_libraries(ktimezoned
0012    Qt::Core
0013    Qt::DBus
0014    KF5::Service    # plugin factory
0015    KF5::CoreAddons # KDirWatch
0016    KF5::DBusAddons # kdedmodule
0017    KF5::ConfigCore # KConfig[Group]
0018 )