forked from qt-creator/qt-creator
Amends 1a98dda5c4.
Change-Id: If563437141ac75bb2b72a9d550d1fb507a89e63c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
28 lines
892 B
QML
28 lines
892 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "Utils autotests"
|
|
references: [
|
|
"ansiescapecodehandler/ansiescapecodehandler.qbs",
|
|
"async/async.qbs",
|
|
"commandline/commandline.qbs",
|
|
"deviceshell/deviceshell.qbs",
|
|
"expected/expected.qbs",
|
|
"filepath/filepath.qbs",
|
|
"fileutils/fileutils.qbs",
|
|
"fsengine/fsengine.qbs",
|
|
"fuzzymatcher/fuzzymatcher.qbs",
|
|
"indexedcontainerproxyconstiterator/indexedcontainerproxyconstiterator.qbs",
|
|
"mathutils/mathutils.qbs",
|
|
"multicursor/multicursor.qbs",
|
|
"persistentsettings/persistentsettings.qbs",
|
|
"process/process.qbs",
|
|
"settings/settings.qbs",
|
|
"stringutils/stringutils.qbs",
|
|
"templateengine/templateengine.qbs",
|
|
"text/text.qbs",
|
|
"treemodel/treemodel.qbs",
|
|
"unixdevicefileaccess/unixdevicefileaccess.qbs",
|
|
]
|
|
}
|