Bug 36617

Summary: [Qt] NetworkNotifier is not included in the Symbian build.
Product: WebKit Reporter: Yael <yael>
Component: WebKit QtAssignee: QtWebKit Unassigned <webkit-qt-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: hausmann, laszlo.gombos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: S60 3rd edition   

Description Yael 2010-03-25 13:41:49 PDT
Due to build order, WebKit on Symbian is building without Bearer Manager.
To fix this, we should replace the check for QtBearer.lib with the right CONFIG.
Comment 1 Simon Hausmann 2010-03-28 13:58:27 PDT
I think the best fix would be to enable the feature if one of the following two conditions is true:

    1) We're building against Qt >= 4.7 - that check exists in the trunk right now.

    2) $$[QT_INSTALL_DATA]/mkspecs/features/mobility.prf exists


Both options are platform independent and do not rely on symbian specifics.
Comment 2 Yael 2010-04-20 16:30:29 PDT
An alternative way was found.