PDA

View Full Version : QtConcurrent and Symbian



karlkar
30th June 2011, 10:59
I created a simple app using QtConcurrent, but it do not want to run on my mobile device, although it runs in simulator. After changing target in Qt Creator I get error:

error: ISO C++ forbids declaration of 'QFuture' with no type

as I said - when target is simulator error doesn't occur. Why is that?

mvuori
30th June 2011, 13:48
Because - apparently - QtConcurrent / QFuture has not been implemented for Symbian.