This example only demonstrates the use of blockingMapped. Considering that the QtConcurrent::mapped~ functions are already included in the wordcount example, and have very similar APIs to the QtConcurrent::filter~ functions, which are included in the progressdialog example, this no longer serves a useful purpose. Task-number: QTBUG-111165 Change-Id: Ibc526e1a9fb17070e376e45151e9c2bdbc69bd32 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit fbb470b40b2c86a55751bf3099cc0424f66c7274) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
14 lines
261 B
Prolog
14 lines
261 B
Prolog
requires(qtHaveModule(concurrent))
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = imagescaling \
|
|
progressdialog \
|
|
wordcount
|
|
|
|
!qtHaveModule(widgets) {
|
|
SUBDIRS -= \
|
|
imagescaling \
|
|
progressdialog \
|
|
wordcount
|
|
}
|