plugins/share: Fix CMakeLists formatting
This commit is contained in:
parent
5a06537454
commit
789848b270
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue