Fix crash with qt6 and multimedia plugin
Qt6 doesn't contain plugins/mediaservice dir
Could you provide a link to a build log, please? Or at least a log excerpt.
Qt6 does ship multimedia, and it would be important to still support it: https://doc.qt.io/qt-6/qtmultimedia-index.html
This is what I thought as well. I'm curious to see how the plugin "crashes". I am pretty sure we just have to improve the deployer.
It's exception from boost::filesystem on missed mediaservice dir:
what(): boost::filesystem::directory_iterator::construct: No such file or directory: "/home/pavel/Qt/6.3.1/gcc_64/plugins/mediaservice"
ERROR: Failed to run plugin: qt (exit code: 6)```
Please add either the complete log or at least the (possibly censored) Qt plugin log.
@TheAssassin What you think about it?
I had the same problem and this PR fixes all issues for me.
Thanks!