kde-workspace/kcontrol/smartcard/CMakeLists.txt
2015-09-25 01:50:19 +00:00

21 lines
442 B
CMake

########### next target ###############
set(kcm_smartcard_PART_SRCS smartcard.cpp 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} )