qt5base-lts/examples/qtconcurrent
Oswald Buddenhagen 90c65880b0 skip gui-needing examples with -no-gui
Change-Id: I2413f14f0c2d9179868877615d6131bf4ca7ea16
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2013-10-11 21:03:34 +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 skip gui-needing examples with -no-gui 2013-10-11 21:03:34 +02: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.