Qt 5.5: module “QtAudioEngine” is not installed

亡梦爱人 提交于 2020-01-05 15:36:52

问题


I'm running the official Qt 5.5 SDK on Ubuntu 15.10 and trying to play 3D sounds in QML:

import QtAudioEngine 1.0

The project file:

qt += multimedia

The import statement results in qrc:///Main.qml:1:1: module "QtAudioEngine" is not installed. I'm a bit confused as I can see that the needed libs are in the SDK. What might be wrong here?


回答1:


It's a bug in the official Qt SDK : https://bugreports.qt.io/browse/QTBUG-51567



来源:https://stackoverflow.com/questions/35640341/qt-5-5-module-qtaudioengine-is-not-installed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!