Files
qt-creator/tests/manual/manual.qbs
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

25 lines
722 B
QML

Project {
name: "QtcManualTests"
qbsSearchPaths: "qbs"
references: [
"debugger/gui/gui.qbs",
"debugger/simple/simple.qbs",
"deviceshell/deviceshell.qbs",
"fakevim/fakevim.qbs",
"pluginview/pluginview.qbs",
"proparser/testreader.qbs",
"shootout/shootout.qbs",
"spinner/spinner.qbs",
"subdirfilecontainer/subdirfilecontainer.qbs",
"tasking/assetdownloader/assetdownloader.qbs",
"tasking/dataexchange/dataexchange.qbs",
"tasking/demo/demo.qbs",
"tasking/imagescaling/imagescaling.qbs",
"tasking/trafficlight/trafficlight.qbs",
"terminal/terminal.qbs",
"widgets/widgets.qbs",
]
}