qt5base-lts/examples/qtconcurrent
Kai Köhne 131681652e Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties
Both are FALSE by default, so no point in explicitly setting
them to FALSE.

In addition, dbus/listnames is a command line tool. No reason
to set WIN32_EXECUTABLE, MACOSX_BUNDLE here.

Pick-to: 6.3
Change-Id: I99aaf27a0267c5575bd2ee5b6183991fce721f44
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2021-12-17 10:38:49 +01:00
..
imagescaling Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
map Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
progressdialog Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
runfunction Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
wordcount Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00:00
qtconcurrent.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00: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.