Files
qt-creator/tests/auto/solutions/concurrentcall/CMakeLists.txt
Jarek Kobus 37ed2ce42f TaskTree: Add tests for ConcurrentCall
Change-Id: I493ab170656a61a841614dff87495fa324336c45
Reviewed-by: hjk <hjk@qt.io>
2023-11-15 16:21:43 +00:00

5 lines
112 B
CMake

add_qtc_test(tst_concurrentcall
DEPENDS Tasking Qt::Concurrent Qt::Network
SOURCES tst_concurrentcall.cpp
)