Compare commits
2 commits
master
...
work/ratij
Author | SHA1 | Date | |
---|---|---|---|
|
f1e96f7640 | ||
|
789848b270 |
2 changed files with 9 additions and 6 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
|
||||
|
|
|
@ -54,6 +54,6 @@ Kirigami.FormLayout {
|
|||
}
|
||||
|
||||
QQC2.Label {
|
||||
text: i18n("%1 in the path will be replaced with the specific device name")
|
||||
text: i18n("%1 in the path will be replaced with the specific device name")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue