Bug 36617
| Summary: | [Qt] NetworkNotifier is not included in the Symbian build. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yael <yael> |
| Component: | WebKit Qt | Assignee: | 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 | ||
Yael
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Hausmann
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.
Yael
An alternative way was found.