Debuggin QtWebkit
-
I am working on QtWebkit port to our MIPS based platform.
I am able to compile QtWebkit for my platform. Now when we try to run the "QtTestBrowser" application, we dont see any thing on the screen. I am trying to open a index.html page which is present in the same directory.Normal QT test applications are running without any issues.
In QT I have enabled debug statements and it shows that graphics drivers are called when I start the browser.To debug what might be the issue, if anybody has pointers on debugging, please suggest the same.
-hari
-
sorry, cant help you here,
mayby you can find the solution in "this":http://developer.qt.nokia.com/wiki/Embed_YouTube_Video_in_QWebView ?
But i doubt that will be the solution. -
How to enable Qt and webkit debug messages? I tried with the option -debug -webkit-debug as an input to config. But I didn't see any logs when I executed. I'm using Qt4.8.0 on mips based platform.