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
7f6002a1
Commit
7f6002a1
authored
Aug 16, 2021
by
Laurent Montel
😁
Browse files
Fix cmakelists.txt
parent
57297b81
Pipeline
#75172
passed with stage
in 23 minutes and 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
7f6002a1
...
...
@@ -30,7 +30,7 @@ ecm_qt_declare_logging_category(kmail_common_SRCS HEADER kmail_debug.h IDENTIFIE
EXPORT KMAIL
)
add_library
(
kmailprivate
${
kmailprivate_LIB_SRCS
}
)
add_library
(
kmailprivate
)
if
(
TARGET KUserFeedbackWidgets
)
target_sources
(
kmailprivate PRIVATE
userfeedback/accountinfosource.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