[email protected] wrote: > I'm having exactly the same problem and phonon4.dll is installed. > After starting the app (demos/browser or a small self written app with > QWebView) it takes about 10s until the error message is displayed. > In the CE Image the MS InternetExplorer is preset - is that a problem?
No the Internet Explorer doesn't clash with WebKit. > What I just did was linking Qt static (release) and then it works...But > I'm wondering about the size of the "QtWebKit.lib" - 1.3GB in the > release version - why is that so? That's probably because of the /LTCG linker switch for "whole program optimization". You can turn that off in your mkspec if its a problem for you. -- Joerg Bornemann Software Engineer Nokia, Qt Software Rudower Chaussee 13, 12489 Berlin, Germany _______________________________________________ Qt-wince-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-wince-interest
