Merge pull request #1680 from xiaoyifang/opt/no-tts-onWindows

opt: disable tts ,qtspeech quality is not good enough
This commit is contained in:
xiaoyifang 2024-07-12 17:43:14 +08:00 committed by GitHub
commit 9d4bb50f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25) # ubuntu 23.04 Fedora 36
option(WITH_FFMPEG_PLAYER "Enable support for FFMPEG player" ON)
option(WITH_EPWING_SUPPORT "Enable epwing support" ON)
option(WITH_ZIM "enable zim support" ON)
option(WITH_TTS "enable QTexttoSpeech support" ON)
option(WITH_TTS "enable QTexttoSpeech support" OFF)
# options for linux packaging
option(USE_SYSTEM_FMT "use system fmt instead of bundled one" OFF)