Hi All, I finally resolved the problem. I had Qt installed in my desktop PC where as I just copied the installed Qt libs from desktop to laptop. And on the qpa plugin side I had only copied minimal plugins. But for minimal plugin to work properly It requires other installed plugins like bearer,codecs, graphicssystems, iconengines and imageformats. These plugins have to be present and their paths has to mentioned in QT_PLUGIN_PATH environmental variable.Its better if we mention the same folder structure as the qt installation does.
Thanks and Regards, Amogh. On Thu, Aug 22, 2013 at 5:53 PM, Amogh Kudari <[email protected]>wrote: > > Hello All, > > I have a Qwebview application which loads some of the links > present in server. The application is using minimal plugin which displays > the output in the form of images. The server has some html test > pages/suites.The links have some basic html apps as well as complex one > where it has html and css animations. > In my desktop PC all the links works fine, I am able to > see images being dumped and output is proper. But the similar setup in my > laptop does not work properly. Most of the links images are all grayed out > (specially links containing animations). > > Is it a resolution problem? Should I change the minimal plugin resolution > or my laptops resolution in order to make it work fine. > > Please suggest how to make it work properly on laptop > > Thanks and Regards, > Amogh > >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
