QMediaPlayer Problem
-
Hello,
I am using QMediaPlayer to play wav files in my application and everything is working fine when I run my program from QtCreator in both debug and release mode. But When I deploy it and I run the program it won't play the files anymore.
I have included the following Qt dlls with my executable:
Qt5Core.dll
Qt5Gui.dll
Qt5Multimedia.dll
Qt5Widgets.dll
Qt5Network.dllDoes anyone know if I am missing something else to make QMediaPlayer work properly ?
I tried looking at the application output when running the application outside QtCreator and I am getting this warning that I'm not sure what it means or if it relates to my problem or not:[6520] Cannot create accessible interface for object: QPushButton(0x6882d8)
Thanks.
-
this may be a known "bug":https://bugreports.qt-project.org/browse/QTBUG-29720.
Do you encounter any performance impacts?