0
点赞
收藏
分享

微信扫一扫

Qt学习笔记 使用QMediaPlayer报错

兮城 2022-03-11 阅读 146

在ubuntu下运行qt 使用qmediaplayer里报错:Error during installation process (qt.qt5.5152.gcc_64):
Execution failed (Unexpected exit code: 1): "/opt/Qt//Tools/QtCreator/libexec/qtcreator/sdktool addQt --id qt.qt5.5152.gcc_64 --name Qt %{Qt:Version} GCC 64bit --type Qt4ProjectManager.QtVersion.Desktop --qmake /opt/Qt/5.15.2/gcc_64/bin/qmake"

安装:sudo apt-get install gstreamer1.0-libav 即可解决

如果没成功 可以看一下提示让先删除 :sudo apt autoremove libllvm11

再更新一下源 sudo apt-get update   如果中途有下载或更新不成功的 ,可以换qt更新源。

举报

相关推荐

0 条评论