Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71053

Inconsistent plugin names in QTextSpeech

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P3: Somewhat important
    • None
    • 5.11.2
    • Speech
    • None
    • Linux/X11

    Description

      With Qt 5.11.2 build, I get this:

      $ ls -l plugins/texttospeech/
      total 4856
      -rwxr-xr-x 1 root root 1864112 Oct 10 08:15 libqtexttospeech_speechd.so
      -rwxr-xr-x 1 root root 3103288 Oct 10 08:15 libqttexttospeech_flite.so
      

      Note that the second file has an extra t letter which the first does not have.

      I looked at the other plugins and it looks like flite and android have an extra letter while winrt, osx, ios, sapi and speechd do not have it:

      src/plugins$ find . -name "*.pro" -exec grep TARGET {} +
      ./tts/android/jar/jar.pro:TARGET = QtTextToSpeech
      ./tts/android/src/src.pro:TARGET = qttexttospeech_android
      ./tts/winrt/winrt.pro:TARGET = qtexttospeech_winrt
      ./tts/flite/flite.pro:TARGET = qttexttospeech_flite
      ./tts/osx/osx.pro:TARGET = qtexttospeech_speechosx
      ./tts/ios/ios.pro:TARGET = qtexttospeech_speechios
      ./tts/sapi/sapi.pro:TARGET = qtexttospeech_sapi
      ./tts/speechdispatcher/speechdispatcher.pro:TARGET = qtexttospeech_speechd
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            frederik Frederik Gladhorn
            mandriver Dmitry Shachnev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes