Unable to find the platform plugin.
-
After removing --release from the command, I could successfully deploy it with out the platform plugin error. Although, there is a strange thing happening. It is missing out the texttospeech plugin. I get this error when I run the executable from Qt creator after using the windeployqt
No text-to-speech plug-ins were found.
The same error I had shared on this post.
-
And that was solved using Qt 5.15, correct ?
-
Check the corresponding plugins in your Qt installation and copy them over to your deployment folder.
-
Check the corresponding plugins in your Qt installation and copy them over to your deployment folder.
-
It's the deployed version that currently has issues, correct ?
-
Did you add the -texttospeech option to your windeployqt call ?
-
Did you do that in a clean folder ?