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

0001 kcoreaddons_add_plugin(ktimezoned SOURCES ktimezoned.cpp ktimezoned.h INSTALL_NAMESPACE "kf6/kded")
0002 
0003 #qt_add_dbus_adaptor(kded_ktimezoned_SRCS org.kde.KTimeZoned ktimezonedbus.h DBusHandler)
0004 
0005 target_link_libraries(ktimezoned
0006    Qt::Core
0007    Qt::DBus
0008    KF6::Service    # plugin factory
0009    KF6::CoreAddons # KDirWatch
0010    KF6::DBusAddons # kdedmodule
0011    KF6::ConfigCore # KConfig[Group]
0012 )