2014-11-13 19:30:51 +02:00
|
|
|
set(kcm_desktoppaths_PART_SRCS
|
2015-11-06 13:03:02 +02:00
|
|
|
globalpaths.cpp
|
|
|
|
kcmdesktoppaths.cpp
|
2014-11-13 19:30:51 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(kcm_desktoppaths ${kcm_desktoppaths_PART_SRCS})
|
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
target_link_libraries(kcm_desktoppaths
|
2023-06-17 23:26:56 +03:00
|
|
|
KDE4::kcmutils
|
|
|
|
KDE4::kio
|
2015-11-06 13:03:02 +02:00
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2015-11-06 13:03:02 +02:00
|
|
|
install(
|
|
|
|
TARGETS kcm_desktoppaths
|
2020-02-08 19:29:32 +00:00
|
|
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
2015-11-06 13:03:02 +02:00
|
|
|
)
|
|
|
|
install(
|
|
|
|
FILES desktoppath.desktop
|
2020-02-08 19:29:32 +00:00
|
|
|
DESTINATION ${KDE4_SERVICES_INSTALL_DIR}
|
2015-11-06 13:03:02 +02:00
|
|
|
)
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2023-06-22 01:19:05 +03:00
|
|
|
install(
|
|
|
|
FILES
|
|
|
|
data/directory.desktop
|
|
|
|
data/Trash.desktop
|
|
|
|
data/Home.desktop
|
|
|
|
DESTINATION ${KDE4_DATA_INSTALL_DIR}/kcm_desktoppaths
|
|
|
|
)
|