How to make QT support HTML 5 database?

Posted by Mickey Shine on Stack Overflow See other posts from Stack Overflow or by Mickey Shine
Published on 2010-12-27T01:49:41Z Indexed on 2010/12/27 1:53 UTC
Read the original article Hit count: 457

Filed under:
|
|
|
|

I am using Qt 4.7.1 and embedded a webview in my app. But I got the following error when trying to visit http://webkit.org/demos/sticky-notes/ to test the HTML 5 database feature

Failed to open the database on disk.  This is probably because the version was bad or there is not enough space left in this domain's quota

I compiled my static Qt library with the following command:

configure --prefix=/usr/local/qt-static-release-db --accessibility --multimedia --audio-backend --svg --webkit --javascript-jit --script --scripttools --declarative --release -nomake examples -nomake demos --static --openssl -I /usr/local/ssl/include -L /usr/local/ssl/lib -confirm-license -sql-qsqlite -sql-qmysql -sql-qodbc

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt