2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_connectivity_report SOURCES connectivity_reportplugin.cpp)
|
2021-03-12 23:27:16 +00:00
|
|
|
target_link_libraries(kdeconnect_connectivity_report
|
|
|
|
kdeconnectcore
|
2023-07-21 11:24:13 +01:00
|
|
|
Qt::DBus
|
2023-12-28 16:37:31 +00:00
|
|
|
KF6::Solid
|
|
|
|
KF6::I18n
|
2021-03-12 23:27:16 +00:00
|
|
|
)
|