Reputation: 2609
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:QFutureWatcher
Any idea what's wrong??
Thanks....
Upvotes: 0
Views: 237
Reputation: 3879
According to this bug report, support for QFuture and QtConcurrent is missing from Symbian.
Upvotes: 1