mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-25 11:22:50 +00:00
13 lines
437 B
Text
13 lines
437 B
Text
![]() |
########### next target ###############
|
||
|
|
||
|
set(kcmssl_SRCS kcmssl.cpp cacertificatespage.cpp displaycertdialog.cpp)
|
||
|
|
||
|
kde4_add_ui_files(kcmssl_SRCS cacertificates.ui displaycert.ui)
|
||
|
|
||
|
kde4_add_plugin(kcm_ssl ${kcmssl_SRCS})
|
||
|
target_link_libraries(kcm_ssl ${KDE4_KIO_LIBS})
|
||
|
install(TARGETS kcm_ssl DESTINATION ${PLUGIN_INSTALL_DIR})
|
||
|
|
||
|
########### install files ###############
|
||
|
install(FILES kcm_ssl.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|