在我看来,vlc-qt库可以在Qt 4.8.6中工作,但不能在Ubuntu 14.04中的Qt 5中工作。
在Qt5中,vlc-qt库编译成功,但在Ubuntu14.04中运行项目到Qt5时崩溃。有人能在这方面帮我吗?
谢谢。
发布于 2015-02-15 09:42:45
最有可能的原因是vlc包中的错误:https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/1328466您必须重置vlc插件缓存以搜索正确版本的qt:
sudo /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins/请看我的帖子:How to use LibVLC with Qt 5
https://stackoverflow.com/questions/28497567
复制相似问题