Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I made a qt video player application. When I run the application from Qt Creator, it can play avi files, but when I run the deployed binary executable, it cannot play avi files. However it can play mp4 files. Can anyone help me with this? Thanks!
Hi,
Which version of Qt ? Which OS ? How did you deploy your application ? Where are you testing that deployment ?
I found the cause of the problem, it is because of a missing plugin I forget to include with the binary executable.