I'm trying to install mapviewer example from Mobility 1.1.0. I'm able to compile it, but during installation to phone I get error, that QtMobility 1.02(0) is required. It probably means that QtMobility is 1.2 is required.
On phone I have qt.sis from Qt 4.7.1 installed and also qt-mobility-symbian-1.1.0-s60.sis installed. I'm installing to 5230 (S60v5) with latest firmware.
I get same error during installation for sysinfo example, but I was able to install modified quickstart example.
I'm unable to compile mapviewer win7 target as it fails with linkage errors (I compiled libs from sources with mingw32). Compiling Symbian target gets 606 warnings.
I have Win7 64bit, NokiaQtSDK 1.0.1, Qt 4.7.1, Mobility 1.1.0. It could be related that I have also tried to compile latest Mobility source from git repo for mingw32 (I didn't figure out how to compile repo source for symbian), but I'm not using it to my knowledge.
I got mapviewer installed with mobility 1.1.0 beta2 and it started, but crashed when it tried to load maps (symbian). With mobility 1.1.0 beta2 I was able to run win7 target after I figured where to copy location plugins.
Environment (in Qt Creator)
PATH
C:\NokiaQtSDK\mingw\bin;C:\Qt\4.7.1-symbian\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Qt\4.7.1-symbian\bin\;C:\NokiaQtSDK\mingw\bin;c:\NokiaQtSDK\Symbian\SDK\perl\bin\;C:\qt-mobility-symbian-opensource-1.1.0\lib\;C:\Git\cmd
QTDIR
C:\Qt\4.7.1-symbian
I have explicity specified QT_MOBILITY_PREFIX in mapviewer.pro
QT_MOBILITY_PREFIX = C:/qt-mobility-symbian-opensource-1.1.0
When viewing S60 SDK tab in Qt Creator I see error:
The file 'devices.xml' containing the device SDK configuration could not be found looking at the registry key HKEY_LOCAL_MACHINE\Software\Symbian\EPOC SDKs\CommonPath or the common program data directories.
(If I remember correctly it was messed up by Qt4.7 installer)
Generated Makefile http://pastebin.com/KcwMtegG
Build log for Symbian: http://pastebin.com/raw.php?i=wTtMy6ML
Build log for Win7 64bit http://pastebin.com/raw.php?i=YAhtq0RS



