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.
 
 
 
 
 

12 lines
346 B

add_executable(konsole_globalaccel
konsole_globalaccel.cpp
)
target_link_libraries(konsole_globalaccel PRIVATE
KF5::ConfigCore
KF5::GlobalAccel
KF5::Service
)
install(TARGETS konsole_globalaccel DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin)
install(FILES konsole_globalaccel.upd DESTINATION ${KDE_INSTALL_KCONFUPDATEDIR})