Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kcontrol / hardware / joystick / CMakeLists.txt
blob6028a2d871cda8ced85780072dff0eb886c8d5d7
4 ########### next target ###############
6 set(kcm_joystick_PART_SRCS 
7    joystick.cpp 
8    joywidget.cpp 
9    poswidget.cpp 
10    joydevice.cpp 
11    caldialog.cpp )
14 kde4_add_plugin(kcm_joystick ${kcm_joystick_PART_SRCS})
17 target_link_libraries(kcm_joystick  ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${QT_QTGUI_LIBRARY})
19 install(TARGETS kcm_joystick  DESTINATION ${PLUGIN_INSTALL_DIR} )
22 ########### install files ###############
24 install( FILES joystick.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )