At my end vlc-qt libraries working in Qt 4.8.6 but not working in Qt 5 in Ubuntu 14.04.
In Qt5 vlc-qt libraries compiled successfully but getting crashed while run the project into Qt5 in Ubuntu 14.04. Can anyone help me in this ?
Thanks.
At my end vlc-qt libraries working in Qt 4.8.6 but not working in Qt 5 in Ubuntu 14.04.
In Qt5 vlc-qt libraries compiled successfully but getting crashed while run the project into Qt5 in Ubuntu 14.04. Can anyone help me in this ?
Thanks.
Most likely it is due to a bug in the vlc package: https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1328466 you have to reset vlc plugin cache to search for the correct version of qt:
sudo /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins/
See my post here: How to use LibVLC with Qt 5