mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
32 lines
524 B
Text
32 lines
524 B
Text
![]() |
########### next target ###############
|
||
|
|
||
|
set(kcm_kio_PART_SRCS
|
||
|
main.cpp
|
||
|
kproxydlg.cpp
|
||
|
netpref.cpp
|
||
|
bookmarks.cpp
|
||
|
ksaveioconfig.cpp
|
||
|
)
|
||
|
|
||
|
kde4_add_plugin(kcm_kio ${kcm_kio_PART_SRCS})
|
||
|
|
||
|
target_link_libraries(kcm_kio
|
||
|
${KDE4_KCMUTILS_LIBS}
|
||
|
${KDE4_KIO_LIBS}
|
||
|
)
|
||
|
|
||
|
install(
|
||
|
TARGETS kcm_kio
|
||
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
||
|
)
|
||
|
|
||
|
########### install files ###############
|
||
|
|
||
|
install(
|
||
|
FILES
|
||
|
bookmarks.desktop
|
||
|
netpref.desktop
|
||
|
proxy.desktop
|
||
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
||
|
)
|