2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_share SOURCES shareplugin.cpp)
|
2014-09-22 01:37:10 +01:00
|
|
|
target_link_libraries(kdeconnect_share
|
|
|
|
kdeconnectcore
|
2022-10-29 15:51:41 +01:00
|
|
|
Qt::DBus
|
2023-12-28 16:37:31 +00:00
|
|
|
KF6::Notifications
|
|
|
|
KF6::I18n
|
|
|
|
KF6::GuiAddons
|
|
|
|
KF6::KIOWidgets
|
|
|
|
KF6::Service
|
2014-09-22 01:37:10 +01:00
|
|
|
)
|
2013-11-23 00:39:10 +00:00
|
|
|
|
2023-08-06 10:46:20 +01:00
|
|
|
kdeconnect_add_kcm(kdeconnect_share_config SOURCES share_config.cpp)
|
2021-11-18 10:05:09 +00:00
|
|
|
ki18n_wrap_ui(kdeconnect_share_config share_config.ui)
|
2023-04-25 12:39:34 +01:00
|
|
|
target_link_libraries(kdeconnect_share_config
|
2015-03-14 04:19:39 +00:00
|
|
|
kdeconnectpluginkcm
|
2023-12-28 16:37:31 +00:00
|
|
|
KF6::I18n
|
|
|
|
KF6::CoreAddons
|
|
|
|
KF6::ConfigWidgets
|
|
|
|
KF6::KIOWidgets
|
|
|
|
KF6::Notifications
|
2013-11-23 00:39:10 +00:00
|
|
|
)
|