likezyp:楼主你好,我的工程里用到 QMediaPlayer,用你的Qt5.2.1静态编译(win8.1 64bit)出现:
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" ,不能播放歌曲,不知道是什么原因。
(2014-02-07 12:32) 
好像这个可以解决:
https://qt-project.org/forums/viewreply/134330/-Dowload and extract the qtmultimedia submodule [download.qt-project.org]
-Delete the following in the plugins.pro file:
config_wmf: SUBDIRS += wmf
-Change in the directshow.pro file:
!config_wmf: include(player/player.pri)
into
include(player/player.pri)
-Compile it all
-Copy the resulting mediaservice folder next to your executable