Files
qt-creator/tests/auto/utils/utils.qbs
Marcus Tillmanns 35a2d598ab Utils: Add SynchronizedValue<T>
Change-Id: I0af6998f540ba688fa54d9e43e33cb3cb0fc54e8
Reviewed-by: hjk <hjk@qt.io>
2023-11-15 14:00:03 +00:00

29 lines
943 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",
"synchronizedvalue/synchronizedvalue.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",
]
}