2013-08-26 17:50:02 +02:00
|
|
|
import qbs
|
|
|
|
|
|
|
|
|
|
Project {
|
|
|
|
|
name: "Utils autotests"
|
2013-09-09 21:11:58 +02:00
|
|
|
references: [
|
2022-10-27 11:59:09 +02:00
|
|
|
"ansiescapecodehandler/ansiescapecodehandler.qbs",
|
2023-05-04 17:29:37 +02:00
|
|
|
"async/async.qbs",
|
2022-11-22 08:35:43 +01:00
|
|
|
"commandline/commandline.qbs",
|
2022-10-27 11:59:09 +02:00
|
|
|
"deviceshell/deviceshell.qbs",
|
2022-11-24 08:52:47 +01:00
|
|
|
"expected/expected.qbs",
|
2023-02-09 13:58:01 +01:00
|
|
|
"filepath/filepath.qbs",
|
2013-09-09 21:11:58 +02:00
|
|
|
"fileutils/fileutils.qbs",
|
2022-09-14 08:21:49 +02:00
|
|
|
"fsengine/fsengine.qbs",
|
2017-10-30 20:50:11 +02:00
|
|
|
"fuzzymatcher/fuzzymatcher.qbs",
|
2021-07-10 22:34:36 +01:00
|
|
|
"indexedcontainerproxyconstiterator/indexedcontainerproxyconstiterator.qbs",
|
2022-11-25 18:34:28 +01:00
|
|
|
"mathutils/mathutils.qbs",
|
2022-10-27 11:59:09 +02:00
|
|
|
"multicursor/multicursor.qbs",
|
2020-08-14 15:02:46 +02:00
|
|
|
"persistentsettings/persistentsettings.qbs",
|
2023-05-04 17:20:29 +02:00
|
|
|
"process/process.qbs",
|
2017-11-17 14:12:47 +01:00
|
|
|
"settings/settings.qbs",
|
2015-01-17 19:53:41 +02:00
|
|
|
"stringutils/stringutils.qbs",
|
2024-01-24 18:06:17 +01:00
|
|
|
"synchronizedvalue/synchronizedvalue.qbs",
|
2015-10-01 15:03:18 +02:00
|
|
|
"templateengine/templateengine.qbs",
|
2023-05-17 15:21:18 +02:00
|
|
|
"text/text.qbs",
|
2015-01-17 19:53:41 +02:00
|
|
|
"treemodel/treemodel.qbs",
|
2023-02-23 15:34:05 +01:00
|
|
|
"unixdevicefileaccess/unixdevicefileaccess.qbs",
|
2013-09-09 21:11:58 +02:00
|
|
|
]
|
2013-08-26 17:50:02 +02:00
|
|
|
}
|