Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
4275205c
Commit
4275205c
authored
Dec 12, 2021
by
Alexander Lohnau
💬
Browse files
Remove now unneeded desktop to json conversion code
Task:
https://phabricator.kde.org/T14564
parent
68627fcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
4275205c
...
...
@@ -452,15 +452,6 @@ target_sources(kcm_kmail_static PRIVATE kcm_kmail.cpp)
pim_target_precompile_headers
(
kcm_kmail_static PUBLIC ../kmail_pch.h
)
target_link_libraries
(
kcm_kmail_static kmailprivate KF5::KCMUtils KF5::Completion KF5::I18n KF5::TextWidgets
)
kcoreaddons_desktop_to_json
(
kcm_kmail_static
"configuredialog/data/kmail_config_accounts.desktop"
SERVICE_TYPES kcmodule.desktop
)
kcoreaddons_desktop_to_json
(
kcm_kmail_static
"configuredialog/data/kmail_config_appearance.desktop"
SERVICE_TYPES kcmodule.desktop
)
kcoreaddons_desktop_to_json
(
kcm_kmail_static
"configuredialog/data/kmail_config_composer.desktop"
SERVICE_TYPES kcmodule.desktop
)
kcoreaddons_desktop_to_json
(
kcm_kmail_static
"configuredialog/data/kmail_config_misc.desktop"
SERVICE_TYPES kcmodule.desktop
)
kcoreaddons_desktop_to_json
(
kcm_kmail_static
"configuredialog/data/kmail_config_plugins.desktop"
SERVICE_TYPES kcmodule.desktop
)
kcoreaddons_desktop_to_json
(
kcm_kmail_static
"configuredialog/data/kmail_config_security.desktop"
SERVICE_TYPES kcmodule.desktop
)
kcoreaddons_add_plugin
(
kcm_kmail_accounts SOURCES configuredialog/kcm_kmail_accounts.cpp INSTALL_NAMESPACE
"pim/kcms/kmail"
)
target_link_libraries
(
kcm_kmail_accounts kcm_kmail_static
)
...
...
src/kontactplugin/kmail/CMakeLists.txt
View file @
4275205c
...
...
@@ -16,7 +16,6 @@ qt_add_dbus_interfaces(kontact_kmail_plugins_interface_SRCS ${kmail_BINARY_DIR}/
add_library
(
kontact_kmailplugin MODULE
)
target_sources
(
kontact_kmailplugin PRIVATE kmail_plugin.cpp summarywidget.cpp
${
kontact_kmail_plugins_interface_SRCS
}
${
kontact_kmail_plugins_interface_common_SRCS
}
)
kcoreaddons_desktop_to_json
(
kontact_kmailplugin
"kmailplugin.desktop"
SERVICE_TYPES kcmodule.desktop
)
pim_target_precompile_headers
(
kontact_kmailplugin PUBLIC ../../../kmail_pch.h
)
add_dependencies
(
kontact_kmailplugin kmail_xml
)
...
...
@@ -27,7 +26,6 @@ target_link_libraries(kontact_kmailplugin KF5::Mime KF5::I18n KF5::KontactInterf
add_library
(
kcmkmailsummary MODULE
)
target_sources
(
kcmkmailsummary PRIVATE kcmkmailsummary.cpp
${
kontact_kmail_plugins_interface_SRCS
}
${
kontact_kmail_plugins_interface_common_SRCS
}
)
pim_target_precompile_headers
(
kcmkmailsummary PUBLIC ../../../kmail_pch.h
)
kcoreaddons_desktop_to_json
(
kcmkmailsummary
"kcmkmailsummary.desktop"
SERVICE_TYPES kcmodule.desktop
)
add_dependencies
(
kcmkmailsummary kmail_xml
)
...
...
src/kontactplugin/summary/CMakeLists.txt
View file @
4275205c
...
...
@@ -12,12 +12,9 @@ add_dependencies(kontact_summaryplugin kmail_xml)
target_link_libraries
(
kontact_summaryplugin KF5::KCMUtils KF5::I18n KF5::IdentityManagement KF5::KontactInterface KF5::PimCommon KF5::ConfigCore
)
kcoreaddons_desktop_to_json
(
kontact_summaryplugin summaryplugin.desktop
)
########### next target ###############
add_library
(
kcmkontactsummary MODULE kcmkontactsummary.cpp
)
kcoreaddons_desktop_to_json
(
kcmkontactsummary
"kcmkontactsummary.desktop"
SERVICE_TYPES kcmodule.desktop
)
pim_target_precompile_headers
(
kcmkontactsummary PUBLIC ../../../kmail_pch.h
)
target_link_libraries
(
kcmkontactsummary KF5::I18n Qt::Widgets KF5::I18n KF5::KontactInterface
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment