plugins/share: Fix CMakeLists formatting

This commit is contained in:
ivan tkachenko 2023-04-25 17:39:34 +06:00
parent 1b6ea6c837
commit 9ce7a676bd
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -1,9 +1,12 @@
set(debug_file_SRCS) set(debug_file_SRCS)
ecm_qt_declare_logging_category( ecm_qt_declare_logging_category(debug_file_SRCS
debug_file_SRCS HEADER plugin_share_debug.h HEADER plugin_share_debug.h
IDENTIFIER KDECONNECT_PLUGIN_SHARE CATEGORY_NAME kdeconnect.plugin.share IDENTIFIER KDECONNECT_PLUGIN_SHARE
CATEGORY_NAME kdeconnect.plugin.share
DEFAULT_SEVERITY Warning DEFAULT_SEVERITY Warning
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin share)") EXPORT kdeconnect-kde
DESCRIPTION "kdeconnect (plugin share)"
)
set(kdeconnect_share_SRCS set(kdeconnect_share_SRCS
shareplugin.cpp shareplugin.cpp
@ -28,7 +31,7 @@ target_link_libraries(kdeconnect_share
kcoreaddons_add_plugin(kdeconnect_share_config SOURCES share_config.cpp INSTALL_NAMESPACE "kdeconnect/kcms") kcoreaddons_add_plugin(kdeconnect_share_config SOURCES share_config.cpp INSTALL_NAMESPACE "kdeconnect/kcms")
ki18n_wrap_ui(kdeconnect_share_config share_config.ui) ki18n_wrap_ui(kdeconnect_share_config share_config.ui)
target_link_libraries( kdeconnect_share_config target_link_libraries(kdeconnect_share_config
kdeconnectpluginkcm kdeconnectpluginkcm
KF5::I18n KF5::I18n
KF5::CoreAddons KF5::CoreAddons