summaryrefslogtreecommitdiff
path: root/dev-libs/ktextaddons/files/ktextaddons-9999-no-textspeechtotext.patch
blob: bcc7cbdc8a9a260ca19b88bef16dace57b73a209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Unpackaged dependencies.

https://bugs.gentoo.org/919236
https://bugs.gentoo.org/919234

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -100,7 +100,7 @@ add_subdirectory(textgrammarcheck)
 add_subdirectory(texttranslator)
 add_subdirectory(textemoticons)
 add_subdirectory(textutils)
-if (QT_MAJOR_VERSION STREQUAL "6")
+if (FALSE)
     find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED MultimediaWidgets)
     add_subdirectory(textspeechtotext)
 endif()