Piyush
Piyush

Reputation: 2609

Nokia Qt: App compiles for Qt Simulator, fails to compile for Symbian Device - QFutureWatcher

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

Answers (1)

dabhaid
dabhaid

Reputation: 3879

According to this bug report, support for QFuture and QtConcurrent is missing from Symbian.

Upvotes: 1

Related Questions