Creating a QAudioDecoder fails in Windows 7 with the error:
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.audiodecode"
Code:
QAudioDecoder decoder = new QAudioDecoder();
QAudioDecoder decoder = new QAudioDecoder();
To copy to clipboard, switch view to plain text mode
I tried using Qt versions 5.4 and 5.5.1 on Windows 7 and got the error both times. The code runs fine in Ubuntu.
I have
QT += core gui widgets multimedia
QT += core gui widgets multimedia
To copy to clipboard, switch view to plain text mode
in my .pro file.
Bookmarks