223e409efb
There are many different ways to to call map and filter functions in QtConcurrent. This patch adds a python script to generate all possible combinations. Change-Id: I61ed1758601e219c5852e8cc939c5feebb23d2f6 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
12 lines
235 B
Prolog
12 lines
235 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qtconcurrentfilter \
|
|
qtconcurrentiteratekernel \
|
|
qtconcurrentfiltermapgenerated \
|
|
qtconcurrentmap \
|
|
qtconcurrentmedian \
|
|
qtconcurrentrun \
|
|
qtconcurrentthreadengine \
|
|
qtconcurrenttask
|
|
|