Unable to find the platform plugin.
-
In one of the bug report linked in the thread you got inspiration from, it's explicitly stated that you should not use --release with the pre-built binary. They are built in release mode with debug symbols.
-
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 ?