qt5base-lts/examples/qtconcurrent
Shawn Rutledge d6d7aebd03 Command-line-only examples should not build as .app bundles on OSX
It's confusing when you double-click it and nothing happens.

Task-number: QTBUG-26976
Change-Id: I50c5625a41881bdbcbf29001197ed15da4ee0a28
Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
2012-09-03 11:05:49 +02:00
..
imagescaling clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
map Command-line-only examples should not build as .app bundles on OSX 2012-09-03 11:05:49 +02:00
progressdialog clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
runfunction Command-line-only examples should not build as .app bundles on OSX 2012-09-03 11:05:49 +02:00
wordcount Command-line-only examples should not build as .app bundles on OSX 2012-09-03 11:05:49 +02:00
qtconcurrent.pro examples: fixed compile with -no-widgets 2012-07-27 03:27:27 +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.