[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:51:24 PDT 2010


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





--- Comment #5 from Tasuku Suzuki <tasuku.suzuki at nokia.com>  2010-04-29 20:51:24 PST ---
(In reply to comment #4)
> (In reply to comment #1)
> > Created an attachment (id=54694)
 --> (https://bugs.webkit.org/attachment.cgi?id=54694) [details] [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

This is what exactly I want. In order to make it work, we need the following as
well. 
#if PLATFORM(QT)
#include <QtCore/qglobal.h>
#endif

If you are ok with this, I'll update the patch.

-- 
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