Bug 36617 - [Qt] NetworkNotifier is not included in the Symbian build.
Summary: [Qt] NetworkNotifier is not included in the Symbian build.
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC S60 3rd edition
: P2 Normal
Assignee: QtWebKit Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 13:41 PDT by Yael
Modified: 2010-04-20 16:31 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.