not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / khotkeys / app / CMakeLists.txt
blobf1eef6810e53ffe9b55a1c464390b8bfa7e7bde8
1 ########### next target ###############
3 set(kded_khotkeys_PART_SRCS 
4         kded.cpp
5         ${CMAKE_CURRENT_BINARY_DIR}/org.kde.khotkeys.xml)
7 qt4_generate_dbus_interface(kded.h org.kde.khotkeys.xml )
9 kde4_add_plugin(kded_khotkeys ${kded_khotkeys_PART_SRCS})
10 target_link_libraries(kded_khotkeys khotkeysprivate kworkspace ${KDE4_KDE3SUPPORT_LIBS})
12 # I'm not sure if this is needed anymore. Check it
13 if(X11_XTest_FOUND)
14     target_link_libraries(kded_khotkeys ${X11_XTest_LIB})
15 endif(X11_XTest_FOUND)
18 ########### install files ###############
20 install(TARGETS kded_khotkeys  DESTINATION ${PLUGIN_INSTALL_DIR})
22 install(FILES khotkeys.desktop DESTINATION  ${SERVICES_INSTALL_DIR}/kded)
24 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.khotkeys.xml
25         DESTINATION ${DBUS_INTERFACES_INSTALL_DIR})