0

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. What is missing for the executable? Is it a dll or something? Can anyone help me with this? Thanks!

ablan
  • 11
  • 3

1 Answers1

0

I found the cause of the problem. It is because of a missing plugin I forgot to include with the binary executable.

ablan
  • 11
  • 3