summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim Blechmann <[email protected]>2025-06-20 08:34:23 +0800
committerTim Blechmann <[email protected]>2025-07-04 15:02:50 +0800
commit64bb1ba724fd05899b10372fd018af1f51e622c2 (patch)
tree84f675ae18683d54fff8327f3665794af183ac60 /src
parent782ff11919cca246d1e7b8a78c45b21c9889e044 (diff)
CMake: remove unnecessary find_packageHEADdev
We've already skipped qtspeech if QtMultimedia is not available. So we don't need to find_package again. Pick-to: 6.8 6.9 6.10 Change-Id: I408846951b73d6dced275d55e23de1366cb54ae5 Reviewed-by: Axel Spoerl <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/tts/flite/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/tts/flite/CMakeLists.txt b/src/plugins/tts/flite/CMakeLists.txt
index 8e80c12..f5fbb84 100644
--- a/src/plugins/tts/flite/CMakeLists.txt
+++ b/src/plugins/tts/flite/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Multimedia)
-
qt_internal_add_plugin(QTextToSpeechFlitePlugin
OUTPUT_NAME qtexttospeech_flite
PLUGIN_TYPE texttospeech