Hi - I'm writing a Qt app for Symbian. My app does compile and run in Qt simulator , but it fails when compiling for Symbian Device, with the following error:
>ISO C++ forbids declaration of 'QFutureWatcher' with no type
>expect ';' before '<' token
--> i have also include:
#include <QFutureWatcher> but no luck..
Any body have Idea What's wrong Here?



