我用的是Ubuntu 16.04
当我在QT5.9.2中使用时,没有什么问题。
但是,在切换到QT5.10.0并使用静态链接后,出现了以下错误:
首先,qmake输出几行Empty filename passed to function。
然后,在make之后,应用程序输出几行defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"并崩溃。
有什么解决办法吗?
提前谢谢。
发布于 2018-05-22 21:18:36
做sudo apt-get install libqt5multimedia5-plugins对我有用。
https://stackoverflow.com/questions/47524552
复制相似问题