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} )