2021-03-12 23:27:16 +00:00
|
|
|
set(debug_file_SRCS)
|
|
|
|
ecm_qt_declare_logging_category(
|
|
|
|
debug_file_SRCS HEADER plugin_connectivity_report_debug.h
|
|
|
|
IDENTIFIER KDECONNECT_PLUGIN_CONNECTIVITY_REPORT CATEGORY_NAME kdeconnect.plugin.connectivity_report
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin connectivity_report)")
|
|
|
|
|
|
|
|
set(kdeconnect_connectivity_report_SRCS
|
|
|
|
connectivity_reportplugin.cpp
|
|
|
|
${debug_file_SRCS}
|
|
|
|
)
|
|
|
|
|
2021-06-28 19:33:52 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_connectivity_report SOURCES ${kdeconnect_connectivity_report_SRCS})
|
2021-03-12 23:27:16 +00:00
|
|
|
|
|
|
|
target_link_libraries(kdeconnect_connectivity_report
|
|
|
|
kdeconnectcore
|
2022-10-29 15:51:41 +01:00
|
|
|
Qt${QT_MAJOR_VERSION}::DBus
|
2021-03-12 23:27:16 +00:00
|
|
|
KF5::Solid
|
|
|
|
KF5::I18n
|
|
|
|
)
|