You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
554 B

if (WIN32)
set(kded_ktimezoned_SRCS ktimezoned_win.cpp ktimezoned_win.h)
else ()
set(kded_ktimezoned_SRCS ktimezoned.cpp ktimezoned.h)
endif ()
kcoreaddons_add_plugin(ktimezoned SOURCES ${kded_ktimezoned_SRCS} INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kded")
#qt_add_dbus_adaptor(kded_ktimezoned_SRCS org.kde.KTimeZoned ktimezonedbus.h DBusHandler)
target_link_libraries(ktimezoned
Qt::Core
Qt::DBus
KF5::Service # plugin factory
KF5::CoreAddons # KDirWatch
KF5::DBusAddons # kdedmodule
KF5::ConfigCore # KConfig[Group]
)