2014-11-15 04:16:00 +02:00
|
|
|
########### next target ###############
|
|
|
|
|
2021-07-21 14:01:48 +03:00
|
|
|
set(soliduiserver_helper_srcs
|
|
|
|
soliduiserver_helper.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_executable(soliduiserver_helper ${soliduiserver_helper_srcs})
|
|
|
|
target_link_libraries(soliduiserver_helper PUBLIC ${KDE4_KDECORE_LIBS})
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2014-11-15 04:16:00 +02:00
|
|
|
set(kded_soliduiserver_SRCS
|
|
|
|
soliduiserver.cpp
|
|
|
|
deviceactionsdialog.cpp
|
|
|
|
deviceaction.cpp
|
|
|
|
devicenothingaction.cpp
|
|
|
|
deviceserviceaction.cpp
|
2015-09-01 04:37:19 +03:00
|
|
|
deviceactionsdialogview.ui
|
2014-11-15 04:16:00 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(kded_soliduiserver ${kded_soliduiserver_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kded_soliduiserver ${KDE4_SOLID_LIBS} ${KDE4_KIO_LIBS})
|
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2021-07-21 14:01:48 +03:00
|
|
|
install(TARGETS kded_soliduiserver DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install(FILES soliduiserver.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR}/kded)
|
2014-11-15 04:16:00 +02:00
|
|
|
|
2021-07-21 14:01:48 +03:00
|
|
|
install(TARGETS soliduiserver_helper DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR})
|
|
|
|
|
|
|
|
kde4_install_auth_helper_files(soliduiserver_helper org.kde.soliduiserver.mountunmounthelper root)
|