summaryrefslogtreecommitdiff
path: root/plugins/autotest/unit_test/mixed_atp/tests/auto/auto.qbs
blob: a27b3922443f53f84b4177aa631a5cbffeebecd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import qbs

Project {
    name: "Auto tests"

    references: [
        "bench/bench.qbs",
        "dummy/dummy.qbs",
        "gui/gui.qbs",
        "quickauto/quickauto.qbs",
        "quickauto2/quickauto2.qbs"
    ]
}