Creating a QAudioDecoder fails in Windows 7 with the error:
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.audiodecode"

Code:
Qt Code:
  1. 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 Code:
  1. QT += core gui widgets multimedia
To copy to clipboard, switch view to plain text mode 
in my .pro file.