[Qt-interest] Static Link Error with QTWebkit for WinCE 5.0
achellies
achellies at 163.com
Thu Jan 20 03:10:05 CET 2011
Dear all, I configure the QT 4.7.1 like the following: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-libtiff -qt-zlib -qt-sql-sqlite -no-plugin-manifests -nomake demos -nomake examples -nomake tools i do not want to use the dynamic link libraries, so i build the QT with static parameter, when the configuration is finished, i run the nmake command, and it success, and i could see the QtGui.lib QtWebKit.libphonon.libQtMultimedia.libQtCore.libqtmain.libQtNetwork.libQtSql.libQtXml.lib static link libraries in the $$QT_BUILD_TREE\lib folder, so i go to examples\webkit\fancybrowser folder to make the fancybrowser.exe, when i run the nmake command, it report link unresolved externals.
it said that the QWebkit.lib(mediaplayerprivatephonon.obj) link an unresolved externals Phonon::BackendCapabilities::availableMimeTypes
but i see the examples\webkit\fancybrowser\Makefile.Release has already link the
$$QT_BUILD_TREE
\lib\phonon.lib, so why the unresolved externals link error occurred?
Does anyone has successfully build the QT4.7.1 with webkit in static link library?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110120/458987e1/attachment.html
More information about the Qt-interest-old
mailing list