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
99906286
Commit
99906286
authored
Jun 07, 2021
by
Laurent Montel
😁
Browse files
not necessary to create 2 variables
parent
cae9e6a9
Pipeline
#64612
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/followupreminderagent/CMakeLists.txt
View file @
99906286
...
...
@@ -2,11 +2,6 @@
# SPDX-License-Identifier: BSD-3-Clause
add_definitions
(
-DTRANSLATION_DOMAIN=\"akonadi_followupreminder_agent\"
)
set
(
followupreminderagent_job_SRCS
jobs/followupreminderjob.cpp
jobs/followupreminderfinishtaskjob.cpp
jobs/followupremindershowmessagejob.cpp
)
set
(
followupreminderagent_SRCS
followupremindermanager.cpp
...
...
@@ -14,7 +9,9 @@ set(followupreminderagent_SRCS
followupreminderinfowidget.cpp
followupreminderinfo.cpp
followupreminderutil.cpp
${
followupreminderagent_job_SRCS
}
jobs/followupreminderjob.cpp
jobs/followupreminderfinishtaskjob.cpp
jobs/followupremindershowmessagejob.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