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
KDE PIM Add-ons
Commits
43cb8941
Commit
43cb8941
authored
May 31, 2021
by
Laurent Montel
😁
Browse files
Fix compile
parent
fd4aa3e2
Pipeline
#63669
passed with stage
in 53 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewer/bodypartformatter/markdown/CMakeLists.txt
View file @
43cb8941
...
...
@@ -6,7 +6,7 @@ if(USE_DISCOUNT_LIB)
target_sources
(
messageviewer_bodypartformatter_text_markdown PRIVATE markdowndiscount.cpp
)
target_link_libraries
(
messageviewer_bodypartformatter_text_markdown discount::Lib
)
else
()
set
(
messageviewer_bodypartformatter_text_markdown PRIVATE markdownqtextdocument.cpp
)
target_sources
(
messageviewer_bodypartformatter_text_markdown PRIVATE markdownqtextdocument.cpp
)
endif
()
add_definitions
(
-DTRANSLATION_DOMAIN=\"messageviewer_text_markdown_plugin\"
)
...
...
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