aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.qbs
blob: 895f7d8da85fc41bb1f43460c1f8e6e4a5ec99f5 (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
27
28
29
30
31
import qbs

Project {
    name: "QtcAutotests"
    condition: project.withAutotests
    references: [
        "aggregation/aggregation.qbs",
        "algorithm/algorithm.qbs",
        "changeset/changeset.qbs",
        "cplusplus/cplusplus.qbs",
        "debugger/debugger.qbs",
        "diff/diff.qbs",
        "environment/environment.qbs",
        "extensionsystem/extensionsystem.qbs",
        "externaltool/externaltool.qbs",
        "filesearch/filesearch.qbs",
        "json/json.qbs",
        "languageserverprotocol/languageserverprotocol.qbs",
        "profilewriter/profilewriter.qbs",
        "qml/qml.qbs",
        "qtcprocess/qtcprocess.qbs",
        "runextensions/runextensions.qbs",
        "sdktool/sdktool.qbs",
        "ssh/ssh.qbs",
        "toolchaincache/toolchaincache.qbs",
        "tracing/tracing.qbs",
        "treeviewfind/treeviewfind.qbs",
        "utils/utils.qbs",
        "valgrind/valgrind.qbs",
    ].concat(project.additionalAutotests)
}