Qt5.0.1 deployment problems
General and Desktop
2
Posts
1
Posters
1.4k
Views
1
Watching
-
Hello everyone.
I've some problems with deployment of my app on other machines. Application uses network and multimedia modules. The problem is that I cant play multimedia in my app outside of creator or on another machine. Every time i get error 5: The QMediaPlayer object does not have a valid service. If I understand correcly, my app cant find plugins from "mediaservice" folder. I tried to put that folder near to my app, then to "...myapp/plygins/mediaservice" and another hundred of combinations, but it still not working.
Can someone please help me? Where should I place that plugins? What goes wrong?