Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KPimTextEdit
Commits
3596c0a9
Commit
3596c0a9
authored
Dec 28, 2021
by
David Faure
Browse files
Fix build without TextToSpeech available
(the linking happens again further down, inside the if)
parent
53f18731
Pipeline
#115118
passed with stage
in 4 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
3596c0a9
...
...
@@ -167,7 +167,6 @@ target_link_libraries(KF5PimTextEdit
KF5::XmlGui
KF5::I18n
KF5::SyntaxHighlighting
Qt::TextToSpeech
)
if
(
HAVE_TEXT_TO_SPEECH_SUPPORT
)
target_link_libraries
(
KF5PimTextEdit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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