Hello All,
I want to make radio application. for tat i downloaded the sample radio application from nokia website.while running the application i face this error:
QMediaPluginLoader: Failed to load plugin: "H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qsimulatorengine.dll" "The plugin 'H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qsimulatorengine.dll' uses incompatible Qt library. Expected build key "Windows mingw debug full-config", got "Windows mingw release full-config""
QMediaPluginLoader: Failed to load plugin: "H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qtmedia_audioengine.dll" "The plugin 'H:/QtSDK/Simulator/Qt/mingw/plugins/mediaservice/qtmedia_audioengine.dll' uses incompatible Qt library. Expected build key "Windows mingw debug full-config", got "Windows mingw release full-config""
defaultServiceProvider::requestService(): no service
found for - "com.nokia.qt.radio"
Please help me what i need to do to avoid this error.
I have Qt Creator 2.0.95 and windows platform.
Thanks,
Manju


Reply With Quote

The linker looks for dlls in %PATH%, application directory and Windows' System32 directory. You need to place the dll in one of those locations.



Bookmarks