########### next target ############### set(kcm_smartcard_PART_SRCS smartcard.cpp ) kde4_add_ui_files(kcm_smartcard_PART_SRCS smartcardbase.ui nosmartcardbase.ui ) kde4_add_plugin(kcm_smartcard ${kcm_smartcard_PART_SRCS}) target_link_libraries(kcm_smartcard ksmartcard ${KDE4_KIO_LIBS} ) install(TARGETS kcm_smartcard DESTINATION ${PLUGIN_INSTALL_DIR} ) ########### install files ############### install( FILES smartcard.desktop DESTINATION ${SERVICES_INSTALL_DIR} )