summaryrefslogtreecommitdiff
path: root/tests/auto/utils/utils.qbs
blob: e267f009f7e658d6ac759c3f9e6112ebf97c6db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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",
        "treemodel/treemodel.qbs",
        "unixdevicefileaccess/unixdevicefileaccess.qbs",
    ]
}