2020-05-26 17:55:47 +01:00
|
|
|
set(debug_file_SRCS)
|
|
|
|
ecm_qt_declare_logging_category(
|
|
|
|
debug_file_SRCS HEADER plugin_remotesystemvolume_debug.h
|
|
|
|
IDENTIFIER KDECONNECT_PLUGIN_REMOTESYSTEMVOLUME CATEGORY_NAME kdeconnect.plugin.remotesystemvolume
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin remotesystemvolume)")
|
|
|
|
|
2018-11-07 19:54:00 +00:00
|
|
|
set(kdeconnect_remotesystemvolume_SRCS
|
|
|
|
remotesystemvolumeplugin.cpp
|
2020-05-26 17:55:47 +01:00
|
|
|
${debug_file_SRCS}
|
2018-11-07 19:54:00 +00:00
|
|
|
)
|
|
|
|
|
2021-06-28 19:33:52 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_remotesystemvolume SOURCES ${kdeconnect_remotesystemvolume_SRCS})
|
2018-11-07 19:54:00 +00:00
|
|
|
|
|
|
|
target_link_libraries(kdeconnect_remotesystemvolume
|
|
|
|
kdeconnectcore
|
2022-10-29 15:51:41 +01:00
|
|
|
Qt${QT_MAJOR_VERSION}::DBus
|
2018-11-07 19:54:00 +00:00
|
|
|
KF5::I18n
|
|
|
|
)
|