aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.qbs
blob: adabf7a39824ee19a330cf93447021920bfff345 (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

Project {
    name: "Tests"
    references: [
        "auto/auto.qbs",
        "manual/manual.qbs",
        "unit/unit.qbs",
    ]
}