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

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