views:

209

answers:

1

Hi

I have a local html file which I'm trying to view using QTWebKit, there are some images in the file which are of type ".ico" which seems that QTWebKit is not able to render them as it gives a question mark icon instead.

I tried opening the html file in firefox and its working fine and all images gets rendered.

My question is, does QTWebKit support ico images, and if it does... what should I do to enable webkit to render ico images?

Regards

A: 

Could it be that your Qt is built without ICO support? In Qt ICO is usually an image plugin. Check if it exists in your Qt installation ($prefix/plugins/imageformats/)

Nope both debug and release versions of qico4 (DLL and lib) are there.
Red Serpent