forked from qt-creator/qt-creator
This is an equivalent of the downloader used for the car-configurator example. Change-Id: Ia0ab13ea7d4557d375b44aa2ba06be5a81651251 Reviewed-by: hjk <hjk@qt.io>
9 lines
213 B
CMake
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
|
|
)
|