not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / launch / CMakeLists.txt
blobc62d5dae6aa1229990b3efed830cbee5089069ef
4 ########### next target ###############
6 set(kcm_launch_PART_SRCS kcmlaunch.cpp )
8 set(kdesktop_xml  ${KDEBASE_WORKSPACE_SOURCE_DIR}/krunner/dbus/org.kde.krunner.App.xml)
9 QT4_ADD_DBUS_INTERFACE( kcm_launch_PART_SRCS ${kdesktop_xml} krunner_interface )
13 kde4_add_plugin(kcm_launch ${kcm_launch_PART_SRCS})
16 target_link_libraries(kcm_launch  ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY})
18 install(TARGETS kcm_launch  DESTINATION ${PLUGIN_INSTALL_DIR} )
21 ########### install files ###############
23 install( FILES kcmlaunch.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )