Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMailTransport
Commits
2be4e101
Commit
2be4e101
authored
Jan 20, 2022
by
Laurent Montel
😁
Browse files
not necessary to add json in macro
parent
b6f38e0b
Pipeline
#125898
passed with stage
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmailtransport/plugins/smtp/CMakeLists.txt
View file @
2be4e101
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
endif
()
kcoreaddons_add_plugin
(
mailtransport_smtpplugin
JSON smtpmailtransport.json
INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/mailtransport"
)
kcoreaddons_add_plugin
(
mailtransport_smtpplugin INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/mailtransport"
)
target_sources
(
mailtransport_smtpplugin PRIVATE
smtpmailtransportplugin.cpp
...
...
src/kmailtransportakonadi/plugins/CMakeLists.txt
View file @
2be4e101
kcoreaddons_add_plugin
(
mailtransport_akonadiplugin
JSON akonadimailtransport.json
INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/mailtransport"
)
kcoreaddons_add_plugin
(
mailtransport_akonadiplugin INSTALL_NAMESPACE
"kf
${
QT_MAJOR_VERSION
}
/mailtransport"
)
target_sources
(
mailtransport_akonadiplugin PRIVATE
akonadimailtransportplugin.cpp
resourcesendjob.cpp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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