forked from qt-creator/qt-creator
The TaskTree class is responsible for running async task tree structure defined in a declarative way. Change-Id: Ieaf706c7d2efdc8b431a17b2db8b28bf4b7c38e5 Reviewed-by: hjk <hjk@qt.io>
22 lines
682 B
QML
22 lines
682 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Utils autotests"
|
|
references: [
|
|
"fileutils/fileutils.qbs",
|
|
"fsengine/fsengine.qbs",
|
|
"ansiescapecodehandler/ansiescapecodehandler.qbs",
|
|
"fuzzymatcher/fuzzymatcher.qbs",
|
|
"indexedcontainerproxyconstiterator/indexedcontainerproxyconstiterator.qbs",
|
|
"persistentsettings/persistentsettings.qbs",
|
|
"qtcprocess/qtcprocess.qbs",
|
|
"settings/settings.qbs",
|
|
"stringutils/stringutils.qbs",
|
|
"tasktree/tasktree.qbs",
|
|
"templateengine/templateengine.qbs",
|
|
"treemodel/treemodel.qbs",
|
|
"multicursor/multicursor.qbs",
|
|
"deviceshell/deviceshell.qbs",
|
|
]
|
|
}
|