After switching from Qt 4.6.3 to 4.7 ("4.7.3 for Symbian Anna (Qt SDK)" to be precise), I get the following make error:
There are some posts and instructions (here: http://doc.qt.nokia.com/qtmobility-1...anagement.html) on the web, but none fixed the problem. Here's the (sanitized) .pro file:Code:Project MESSAGE: Qt Mobility Bearer API is deprecated when using Qt 4.7 or higher. Project MESSAGE: Please use source compatible replacement Bearer API in QtNetwork.
Code:QT += core gui\ network\ xml TARGET = MyApp TEMPLATE = app ICON = appicon.svg VERSION = 1.1.1 SOURCES += main.cpp\ source1.cpp \ sourece2.cpp HEADERS += source1.hpp \ source2.hpp FORMS += myapp.ui CONFIG += mobility MOBILITY = bearer\ location
Based on the instructions, I understand "MOBILITY = bearer" should automatically select the correct API. If so, this does not seem to be the case. One more interesting nugget: Although I do not intend to build against Qt 4.7.4 for Symbian Belle for some time (devices in the US only receive Anna) - when selecting that version, the problem does not exist.




