plugins/share: Fix CMakeLists formatting
This commit is contained in:
parent
1b6ea6c837
commit
9ce7a676bd
1 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,12 @@
|
|||
set(debug_file_SRCS)
|
||||
ecm_qt_declare_logging_category(
|
||||
debug_file_SRCS HEADER plugin_share_debug.h
|
||||
IDENTIFIER KDECONNECT_PLUGIN_SHARE CATEGORY_NAME kdeconnect.plugin.share
|
||||
ecm_qt_declare_logging_category(debug_file_SRCS
|
||||
HEADER plugin_share_debug.h
|
||||
IDENTIFIER KDECONNECT_PLUGIN_SHARE
|
||||
CATEGORY_NAME kdeconnect.plugin.share
|
||||
DEFAULT_SEVERITY Warning
|
||||
EXPORT kdeconnect-kde DESCRIPTION "kdeconnect (plugin share)")
|
||||
EXPORT kdeconnect-kde
|
||||
DESCRIPTION "kdeconnect (plugin share)"
|
||||
)
|
||||
|
||||
set(kdeconnect_share_SRCS
|
||||
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")
|
||||
|
||||
ki18n_wrap_ui(kdeconnect_share_config share_config.ui)
|
||||
target_link_libraries( kdeconnect_share_config
|
||||
target_link_libraries(kdeconnect_share_config
|
||||
kdeconnectpluginkcm
|
||||
KF5::I18n
|
||||
KF5::CoreAddons
|
||||
|
|
Loading…
Reference in a new issue