kde-workspace/kcontrol/kpasswdstore/CMakeLists.txt

24 lines
461 B
Text
Raw Normal View History

########### next target ###############
set(kpasswdstoreconfig_SRCS
kpasswdstoreconfig.cpp
)
kde4_add_plugin(kcm_kpasswdstoreconfig ${kpasswdstoreconfig_SRCS})
target_link_libraries(kcm_kpasswdstoreconfig
KDE4::kdeui
KDE4::kcmutils
KDE4::kpasswdstore
)
install(
TARGETS kcm_kpasswdstoreconfig
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
)
install(
FILES kcm_kpasswdstoreconfig.desktop
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
)