2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_runcommand SOURCES runcommandplugin.cpp)
|
2015-09-12 11:38:44 +01:00
|
|
|
target_link_libraries(kdeconnect_runcommand
|
|
|
|
kdeconnectcore
|
2023-07-21 11:24:13 +01:00
|
|
|
Qt::DBus
|
2023-12-28 16:37:31 +00:00
|
|
|
KF6::KCMUtils
|
|
|
|
KF6::I18n)
|
2015-09-12 11:38:44 +01:00
|
|
|
|
|
|
|
#----------------------
|
2023-08-06 10:46:20 +01:00
|
|
|
kdeconnect_add_kcm(kdeconnect_runcommand_config SOURCES runcommand_config.cpp)
|
|
|
|
target_link_libraries(kdeconnect_runcommand_config
|
2023-07-18 21:13:27 +01:00
|
|
|
kdeconnectcore
|
|
|
|
kdeconnectpluginkcm
|
2024-05-25 09:28:27 +01:00
|
|
|
Qt::DBus
|
2023-12-28 16:37:31 +00:00
|
|
|
KF6::I18n
|
|
|
|
KF6::CoreAddons
|
|
|
|
KF6::ConfigWidgets
|
2023-07-18 21:13:27 +01:00
|
|
|
)
|