forked from qt-creator/qt-creator
It's an initial copy of the qtbase/examples/qtconcurrent/imagescaling. The goal is to implement it using TaskTree and compare both implementations. Change-Id: I92953a70a3330ac679823060e75e5f39971ae444 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io>
12 lines
239 B
CMake
12 lines
239 B
CMake
add_qtc_test(tst_tasking_imagescaling
|
|
MANUALTEST
|
|
DEPENDS Tasking Qt::Concurrent Qt::Network Qt::Widgets
|
|
SOURCES
|
|
downloaddialog.cpp
|
|
downloaddialog.h
|
|
downloaddialog.ui
|
|
imagescaling.cpp
|
|
imagescaling.h
|
|
main.cpp
|
|
)
|