qt5base-lts/tests/auto/concurrent/qtconcurrenttask/qtconcurrenttask.pro
Vitaly Fanaskov 5a0d4f3313 QtConcurrent: add fluent interface to configure a task before run
Task-number: QTBUG-82950
Change-Id: I449da938b6b501a7646b3425edde5c880d6ca87e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Mikhail Svetkin <mikhail.svetkin@gmail.com>
2020-03-29 20:44:32 +01:00

5 lines
113 B
Prolog

CONFIG += testcase
TARGET = tst_qtconcurrenttask
QT = core testlib concurrent
SOURCES = tst_qtconcurrenttask.cpp