Hi Joerg,

thanks a lot, that did the trick. I have noticed that this helped to speed
up the small application, maybe before the WebKit module was hung up on
searching the plugins.

In summary I come up with 12 individual files with 16MB in total, 11 of
those are DLLs (see below). Is it more advisable for Win CE to use static
linking to make the deployment more compact?

Best regards,
Christian

D:\MyQT4\WebKit-Experimente\wince\SimpleCAB\Release\Program
Files\SimpleCAB>dir
/s
 Volume in drive D is HD_D
 Volume Serial Number is 3E48-9467

 Directory of D:\MyQT4\WebKit-Experimente\wince\SimpleCAB\Release\Program
Files\
SimpleCAB

11.02.2009  16:17    <DIR>          .
11.02.2009  16:17    <DIR>          ..
10.02.2009  10:39         1.764.352 QtCore4.dll
10.02.2009  12:05         7.750.144 QtWebKit4.dll
10.02.2009  10:54           224.256 phonon4.dll
01.12.2006  22:28            44.192 msvcr80.dll
10.02.2009  10:50         6.080.512 QtGui4.dll
10.02.2009  10:51           527.872 QtNetwork4.dll
11.02.2009  07:17             6.656 simple.exe
12.02.2009  15:04    <DIR>          imageformats
               7 File(s)     16.397.984 bytes

 Directory of D:\MyQT4\WebKit-Experimente\wince\SimpleCAB\Release\Program
Files\
SimpleCAB\imageformats

12.02.2009  15:04    <DIR>          .
12.02.2009  15:04    <DIR>          ..
12.02.2009  14:53           277.504 qtiff4.dll
12.02.2009  14:53            19.968 qgif4.dll
12.02.2009  14:53            23.040 qico4.dll
12.02.2009  14:53           129.536 qjpeg4.dll
12.02.2009  14:53            13.824 qsvg4.dll
               5 File(s)        463.872 bytes

     Total Files Listed:
              12 File(s)     16.861.856 bytes
               5 Dir(s)   8.725.954.560 bytes free




On Thu, Feb 12, 2009 at 12:33 PM, Joerg Bornemann <
[email protected]> wrote:

> Christian Breitschwerdt wrote:
>
> > Am I missing something here? Maybe another DLL or was the Webkit
> > compiled with a missing option?
>
> You probably didn't deploy the image plugins to your device.
> These are needed for image formats like jpg, gif, and so on. Only png
> images are supported without any plugins.
>
> On your development machine you can find the image plugins (qjpeg4.dll,
> qgif4.dll, ...) here:
> QT_BUILD_DIR\plugins\imageformats
>
> You must place them on your device in a subdirectory called
> "imageformats" in the directory where your application resides.
>
> You also can use the automatic plugin deployment in your pro:
>
> http://doc.trolltech.com/4.5/qmake-variable-reference.html#deployment-plugin
>
> That saves you from copying the needed DLLs manually.
>
>
> Best regards,
>
> Joerg
>
> --
> 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
>
_______________________________________________
Qt-wince-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-wince-interest

Reply via email to