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

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