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
KMail
Commits
b0580d77
Commit
b0580d77
authored
Mar 01, 2021
by
Laurent Montel
😁
Browse files
Continue to implement agent
parent
e9a27017
Pipeline
#52698
passed with stage
in 26 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/mailmergeagent/CMakeLists.txt
View file @
b0580d77
...
...
@@ -27,7 +27,7 @@ set(mailmergeagent_SRCS
#ki18n_wrap_ui(libsendlateragent_SRCS ui/sendlaterconfigurewidget.ui)
#
kconfig_add_kcfg_files(lib
sendlater
agent_SRCS
sendlater
agentsettings.kcfgc)
kconfig_add_kcfg_files
(
lib
mailmerge
agent_SRCS
mailmerge
agentsettings.kcfgc
)
add_library
(
mailmergeagent STATIC
${
libmailmergeagent_SRCS
}
)
#if (COMPILE_WITH_UNITY_CMAKE_SUPPORT)
# set_target_properties(sendlateragent PROPERTIES UNITY_BUILD ON)
...
...
agents/mailmergeagent/mailmergeagentsettings.kcfg
0 → 100644
View file @
b0580d77
<?xml version="1.0" encoding="UTF-8"?>
<kcfg
xmlns=
"http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"
>
<kcfgfile
name=
"akonadi_mailmerge_agentrc"
/>
<group
name=
"General"
>
<entry
name=
"enabled"
key=
"enabled"
type=
"Bool"
>
<default>
true
</default>
</entry>
</group>
</kcfg>
agents/mailmergeagent/mailmergeagentsettings.kcfgc
0 → 100644
View file @
b0580d77
# Code generation options for kconfig_compiler
File=mailmergeagentsettings.kcfgc
ClassName=MailMergeAgentSettings
Singleton=true
Mutators=true
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