Hi,
Is QtConcurrent and QtFuture ported to Symbian? It seems to me that it is not available for Symbian because when i execute QtConcurrent::run and compile for armv5 i get the following error -
Error: #725: name must be a namespace name
using namespace QtConcurrent;
^
Also we observe that in qt\tools\configure\configureapp.cpp
if (dictionary.contains("XQMAKESPEC") && dictionary["XQMAKESPEC"].startsWith("symbian")) {
// These features are not ported to Symbian (yet)
qconfigList += "QT_NO_CONCURRENT";
qconfigList += "QT_NO_QFUTURE";
....
<snip>
}
The above macro is not supported for symbian.



