2020-05-26 17:55:47 +01:00
|
|
|
set(debug_file_SRCS)
|
|
|
|
ecm_qt_declare_logging_category(
|
|
|
|
debug_file_SRCS HEADER plugin_photo_debug.h
|
|
|
|
IDENTIFIER KDECONNECT_PLUGIN_PHOTO CATEGORY_NAME kdeconnect.plugin.photo
|
|
|
|
DEFAULT_SEVERITY Warning
|
|
|
|
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin photo)")
|
|
|
|
|
2019-03-04 22:53:30 +00:00
|
|
|
set(kdeconnect_photo_SRCS
|
|
|
|
photoplugin.cpp
|
2020-05-26 17:55:47 +01:00
|
|
|
${debug_file_SRCS}
|
2019-03-04 22:53:30 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
kdeconnect_add_plugin(kdeconnect_photo JSON kdeconnect_photo.json SOURCES ${kdeconnect_photo_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(kdeconnect_photo
|
|
|
|
kdeconnectcore
|
|
|
|
Qt5::DBus
|
|
|
|
)
|