There's probably something wrong in my Qt SDK 1.1 TP installation as the KittyApp (code) build fails on Qt 4.7.1 for S^3 target. Seems like mobility is not correctly configured - the build fails in qfeedbackeffect.h that unsuccessfully tries to include qmobilityglobal.h (containing QTM_USE_NAMESPACE etc definitions). However, qmobilityglobal.h does exist under \QtSDK\Symbian\SDKs\Symbian3Qt471\src\global . Any tips for fixing this?
Same problem on both my machines, Win7 64-bit and WinXP 32-bit.
Compile output: http://qt.pastebin.com/A6X7gcQF
Maybe the output doesn't help much but in Qt creator opening qfeedbackeffect.h from the Build Issues pane highlights that #include "qmobilityglobal.h" cannot be resolved, and thus the QTM_* macros are undefined. This probably causes the errors in compile output starting from line 154.
Has anyone experienced similar problem?




