aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/utils/utils.qbs
blob: 138b1b72ed9875167889ad06b14f1b9090e25f92 (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
import qbs

Project {
    name: "Utils autotests"
    references: [
        "ansiescapecodehandler/ansiescapecodehandler.qbs",
        "asynctask/asynctask.qbs",
        "commandline/commandline.qbs",
        "deviceshell/deviceshell.qbs",
        "fileutils/fileutils.qbs",
        "fsengine/fsengine.qbs",
        "fuzzymatcher/fuzzymatcher.qbs",
        "indexedcontainerproxyconstiterator/indexedcontainerproxyconstiterator.qbs",
        "mathutils/mathutils.qbs",
        "multicursor/multicursor.qbs",
        "persistentsettings/persistentsettings.qbs",
        "qtcprocess/qtcprocess.qbs",
        "settings/settings.qbs",
        "stringutils/stringutils.qbs",
        "tasktree/tasktree.qbs",
        "templateengine/templateengine.qbs",
        "treemodel/treemodel.qbs",
    ]
}