Skip to content

Commit

Permalink
Remove the "macos" plugin
Browse files Browse the repository at this point in the history
It was documented as deprecated and to be removed for Qt 6.8, which
slipped through the cracks. Now we remove it for 6.9. The "darwin"
engine is superior and identical across macOS and iOS.

[ChangeLog][TextToSpeech] The "macos" engine plugin has been removed.
The "darwin" engine has been the default for supported Apple platforms
and should be used instead.

Change-Id: I17ff241790481a99aac3a1f8419c0c9858e440a0
Reviewed-by: Jøger Hansegård <[email protected]>
Reviewed-by: Tor Arne Vestbø <[email protected]>
  • Loading branch information
vohi committed Oct 23, 2024
1 parent 94a984a commit bb4d0b4
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 494 deletions.
3 changes: 0 additions & 3 deletions src/plugins/tts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ if(WIN32)
endif()
endif()
if(APPLE)
if(MACOS AND TARGET Qt::Gui)
add_subdirectory(macos)
endif()
add_subdirectory(darwin)
endif()
if(ANDROID)
Expand Down
16 changes: 0 additions & 16 deletions src/plugins/tts/macos/CMakeLists.txt

This file was deleted.

11 changes: 0 additions & 11 deletions src/plugins/tts/macos/macos_plugin.json

This file was deleted.

71 changes: 0 additions & 71 deletions src/plugins/tts/macos/qtexttospeech_macos.h

This file was deleted.

Loading

0 comments on commit bb4d0b4

Please sign in to comment.