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
KDE PIM Add-ons
Commits
03af80b3
Commit
03af80b3
authored
Jan 20, 2022
by
Laurent Montel
Browse files
install plugins in kf<version>
parent
3a66bf1b
Pipeline
#125896
passed with stage
in 9 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
03af80b3
...
...
@@ -84,7 +84,7 @@ set(CALENDAR_UTILS_VERSION "5.19.40")
set
(
KPIMTEXTEDIT_LIB_VERSION
"5.19.40"
)
set
(
KIMAP_LIB_VERSION
"5.19.40"
)
set
(
LIBKSIEVE_LIB_VERSION
"5.19.40"
)
set
(
KMAILTRANSPORT_LIB_VERSION
"5.19.4
0
"
)
set
(
KMAILTRANSPORT_LIB_VERSION
"5.19.4
1
"
)
set
(
AKONADICONTACT_LIB_VERSION
"5.19.40"
)
set
(
IMPORTWIZARD_LIB_VERSION
"5.19.40"
)
set
(
MAILIMPORTER_LIB_VERSION
"5.19.40"
)
...
...
kmailtransport/sendmail/CMakeLists.txt
View file @
03af80b3
# SPDX-FileCopyrightText: 2015-2022 Laurent Montel <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
kcoreaddons_add_plugin
(
mailtransport_sendplugin INSTALL_NAMESPACE mailtransport
)
kcoreaddons_add_plugin
(
mailtransport_sendplugin INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/
mailtransport
"
)
target_sources
(
mailtransport_sendplugin PRIVATE
sendmailtransportplugin.cpp
...
...
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