qt5base-lts/examples/qtconcurrent
Tor Arne Vestbø 5466eb289f Remove warnings about examples not running in the Qt Simulator
The Qt Simulator is no longer supported with Qt 5.

Change-Id: I0f98351d482dd0554ea0754746d56f94ee6bf22f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-10-09 21:45:31 +02:00
..
imagescaling Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
map Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
progressdialog Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
runfunction Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
wordcount Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
qtconcurrent.pro push feature conditionals down to subdirectories 2013-01-31 15:51:14 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt 4 extends Qt's support for multithreaded applications with an API for
concurrent programming which includes implementations of the well-known
map-reduce and filter-reduce algorithms.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.