1 include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/khotkeys/shared/ )
4 ########### install files ###############
6 set(khotkeys_update_SRCS update.cpp )
8 qt4_add_dbus_interface(
10 ${CMAKE_CURRENT_BINARY_DIR}/../app/org.kde.khotkeys.xml
13 kde4_add_executable( khotkeys_update ${khotkeys_update_SRCS})
15 target_link_libraries( khotkeys_update khotkeysprivate kworkspace ${KDE4_KDE3SUPPORT_LIBS} )
17 target_link_libraries( khotkeys_update ${X11_XTest_LIB} )
18 endif(X11_XTest_FOUND)
20 install(TARGETS khotkeys_update DESTINATION ${LIB_INSTALL_DIR}/kconf_update_bin/ )