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
3075df7d
Commit
3075df7d
authored
Nov 04, 2021
by
Laurent Montel
😁
Browse files
Allow to show header in qtc6
parent
fb2ce5f1
Pipeline
#93712
passed with stage
in 6 minutes and 22 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kcm/CMakeLists.txt
View file @
3075df7d
add_library
(
kcm_mailtransport MODULE
)
target_sources
(
kcm_mailtransport PRIVATE configmodule.cpp
)
target_sources
(
kcm_mailtransport PRIVATE configmodule.cpp
configmodule.h
)
target_link_libraries
(
kcm_mailtransport
KF5::KCMUtils
KF5::ConfigWidgets
...
...
src/kmailtransport/CMakeLists.txt
View file @
3075df7d
...
...
@@ -28,7 +28,27 @@ target_sources(KF5MailTransport PRIVATE
plugins/transportabstractplugin.cpp
plugins/transportpluginmanager.cpp
)
target_sources
(
KF5MailTransport PRIVATE
transporttype_p.h
mailtransport_defs.h
socket.h
precommandjob.h
transport_p.h
transport.h
kmailtransport_private_export.h
plugins/transportpluginmanager.h
plugins/transportabstractplugin.h
widgets/addtransportdialogng.h
widgets/transportcombobox.h
widgets/transportlistview.h
widgets/transportconfigwidget_p.h
widgets/transportconfigwidget.h
widgets/transportmanagementwidget.h
transportjob.h
transportmanager.h
transporttype.h
servertest.h
)
ecm_qt_declare_logging_category
(
KF5MailTransport HEADER mailtransport_debug.h IDENTIFIER MAILTRANSPORT_LOG CATEGORY_NAME org.kde.pim.mailtransport
DESCRIPTION
"kmailtransport (kmailtransport)"
...
...
src/kmailtransport/plugins/smtp/CMakeLists.txt
View file @
3075df7d
...
...
@@ -8,6 +8,12 @@ target_sources(mailtransport_smtpplugin PRIVATE
smtpconfigdialog.cpp
smtpjob.cpp
smtpconfigwidget.cpp
smtpconfigdialog.h
smtpjob.h
sessionuiproxy.h
smtpmailtransportplugin.h
smtpconfigwidget.h
)
ki18n_wrap_ui
(
mailtransport_smtpplugin
smtpsettings.ui
...
...
src/kmailtransportakonadi/CMakeLists.txt
View file @
3075df7d
...
...
@@ -22,6 +22,18 @@ target_sources(KF5MailTransportAkonadi PRIVATE
messagequeuejob.cpp
outboxactions.cpp
filteractionjob.cpp
filteractionjob_p.h
errorattribute.h
outboxactions_p.h
dispatcherinterface_p.h
sentbehaviourattribute.h
messagequeuejob.h
sentactionattribute.h
transportattribute.h
dispatchmodeattribute.h
dispatcherinterface.h
)
ecm_qt_declare_logging_category
(
KF5MailTransportAkonadi HEADER mailtransportakonadi_debug.h IDENTIFIER MAILTRANSPORTAKONADI_LOG CATEGORY_NAME org.kde.pim.mailtransportakonadi
...
...
src/kmailtransportakonadi/plugins/CMakeLists.txt
View file @
3075df7d
...
...
@@ -2,6 +2,8 @@ kcoreaddons_add_plugin(mailtransport_akonadiplugin JSON akonadimailtransport.jso
target_sources
(
mailtransport_akonadiplugin PRIVATE
akonadimailtransportplugin.cpp
resourcesendjob.cpp
resourcesendjob_p.h
akonadimailtransportplugin.h
)
ecm_qt_declare_logging_category
(
mailtransport_akonadiplugin HEADER mailtransportplugin_akonadi_debug.h IDENTIFIER
...
...
Write
Preview
Supports
Markdown
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