Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kcontrol / smartcard / CMakeLists.txt
blobc7c8ab6959ec85cf25bcb67c3de9dfb14c3df675
4 ########### next target ###############
6 set(kcm_smartcard_PART_SRCS smartcard.cpp )
9 kde4_add_ui_files(kcm_smartcard_PART_SRCS smartcardbase.ui nosmartcardbase.ui )
12 kde4_add_plugin(kcm_smartcard ${kcm_smartcard_PART_SRCS})
15 target_link_libraries(kcm_smartcard   ksmartcard ${KDE4_KIO_LIBS} )
17 install(TARGETS kcm_smartcard  DESTINATION ${PLUGIN_INSTALL_DIR} )
20 ########### install files ###############
22 install( FILES smartcard.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )