Files
qt-creator/tests/auto/utils/utils.qbs
Christian Stenger 23b0082b20 Tests: Build text tests with Qbs as well
Amends 1a98dda5c4.

Change-Id: If563437141ac75bb2b72a9d550d1fb507a89e63c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2023-05-17 13:36:18 +00:00

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",
]
}