2023-07-20 14:31:40 +01:00
|
|
|
kdeconnect_add_plugin(kdeconnect_remotesystemvolume SOURCES remotesystemvolumeplugin.cpp)
|
|
|
|
|
|
|
|
ecm_qt_declare_logging_category(kdeconnect_remotesystemvolume
|
|
|
|
HEADER plugin_remotesystemvolume_debug.h
|
2020-05-26 17:55:47 +01:00
|
|
|
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
|
|
|
target_link_libraries(kdeconnect_remotesystemvolume
|
|
|
|
kdeconnectcore
|
2023-07-21 11:24:13 +01:00
|
|
|
Qt::DBus
|
2023-04-15 11:57:52 +01:00
|
|
|
KF${QT_MAJOR_VERSION}::I18n
|
2018-11-07 19:54:00 +00:00
|
|
|
)
|