summaryrefslogtreecommitdiff
path: root/kde-apps/kpimtextedit/files/kpimtextedit-21.12.3-speech-optional-2.patch
blob: a078840af05c150a9c1c102942d3a61428f2c978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 3596c0a90f590c409654a9aec2b087809cff0a79 Mon Sep 17 00:00:00 2001
From: David Faure <faure@kde.org>
Date: Tue, 28 Dec 2021 12:26:25 +0100
Subject: [PATCH] Fix build without TextToSpeech available

(the linking happens again further down, inside the if)
---
 src/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 98e2854..a08978e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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
-- 
GitLab