[Webkit-unassigned] [Bug 22618] QtWebKit MinGW does not link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 22:03:35 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22618





------- Comment #1 from laszlo.1.gombos at nokia.com  2008-12-02 22:03 PDT -------
Created an attachment (id=25700)
 --> (https://bugs.webkit.org/attachment.cgi?id=25700&action=view)
Fix

The included patch fixes the following problems/adds the following features:
 - Try to detect if sqlite3.c is available as part of a Qt installation, or
specified by SQLITE3SRCDIR
 - When not building inside Qt only disable ENABLE_DATABASE on windows, if
sqlite3.c is not available (instead of all the time)
 - When ENABLE_DATABASE is disabled, disable ENABLE_OFFLINE_WEB_APPLICATIONS
and ENABLE_DOM_STORAGE as well, not only ENABLE_ICONDATABASE
 - ENABLE_DATABASE is now disabled by default if
ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_DOM_STORAGE and ENABLE_ICONDATABASE all
disabled (I have not changed however the default values for
NABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_DOM_STORAGE and ENABLE_ICONDATABASE
features.)
 - Consolidated build logic so that there is only one code branch where
sqlite3.c gets added to the source list. In addition copied SQLITE DEFINES from
sqlite.pro, these were not there before.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list