[Webkit-unassigned] [Bug 38324] [Qt] Fix compilation with QT_NO_FEATURE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 20:39:54 PDT 2010


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


Laszlo Gombos <laszlo.1.gombos at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laszlo.1.gombos at nokia.com




--- Comment #4 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-04-29 20:39:54 PST ---
(In reply to comment #1)
> Created an attachment (id=54694)
 --> (https://bugs.webkit.org/attachment.cgi?id=54694) [details]
> Patch to fix compilation with QT_NO_BEARERMANAGEMENT

What about something like the following in WebCore/config.h ?

#ifdef QT_NO_BEARERMANAGEMENT
#undef ENABLE_QT_BEARER
#define ENABLE_QT_BEARER 0
#endif

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



More information about the webkit-unassigned mailing list