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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 21:08:00 PDT 2010


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





--- Comment #6 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-04-29 21:08:00 PST ---
> > > Patch to fix compilation with QT_NO_BEARERMANAGEMENT

[...]

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

[...]

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

You're right config.h does not work. 

Mayabe with a few changes we can do this either in NetworkStateNotifier.h or in
NetworkStateNotifierPrivate.h - as the whole WebCore does not need to know
about this rule, only the NetworkStateNotifier.

I understand that this pattern will only work for the BEARER_MGMT case, but
that would already be a win.

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