Files
qt-creator/tests/manual/tasking/assetdownloader/CMakeLists.txt
Jarek Kobus bcba7184f0 TaskTree: Implement AssetDownloader example
This is an equivalent of the downloader used for
the car-configurator example.

Change-Id: Ia0ab13ea7d4557d375b44aa2ba06be5a81651251
Reviewed-by: hjk <hjk@qt.io>
2024-06-24 15:03:14 +00:00

9 lines
213 B
CMake

add_qtc_test(tst_tasking_assetdownloader
MANUALTEST
DEPENDS Tasking Qt::Concurrent Qt::Network Qt::Widgets Qt::GuiPrivate Qt::CorePrivate
SOURCES
assetdownloader.cpp
assetdownloader.h
main.cpp
)