[Qt-interest] Static Link Error with QTWebkit for WinCE 5.0

Alessandro Portale alessandro.portale at nokia.com
Thu Jan 20 15:17:32 CET 2011


On 1/20/2011 3:10 AM, ext achellies wrote:
> /call "E:\QT\Codes\QT_4.7.1\configure.exe" -platform win32-msvc2005 -xplatform wince50standard-armv4i-msvc2005 -release -fast -static -opensource -arch windowsce -webkit -qt-gif -qt-libjpeg -qt-libpng -qt-libt
>   iff -qt-zlib -qt-sql-sqlite -no-plugin-manifests -nomake demos  -nomake examples -nomake tools/
> 
> it said that the*QWebkit.lib(mediaplayerprivatephonon.obj)*  link an unresolved externals*Phonon::BackendCapabilities::availableMimeTypes*

If you can do without Phonon, just add "-no-phonon" as configure
parameter. That will work around your linker error. Next issue will be:
you will need to manually copy JavaScriptCore\release\jscore.lib near to
your build directory. But then it links fine. I tried it. But it is
definitely not officially supported by Nokia.

Hope that helps,
Alessandro



More information about the Qt-interest-old mailing list