aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
blob: d6f83b80e09d3a53221e36483e77197c5734279d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import qbs 1.0

Project {
    property bool enableUnitTests: false
    property bool enableRPath: true

    references: [
        "src/src.qbs",
        "doc/doc.qbs",
        "share/share.qbs",
        "tests/auto/auto.qbs"
    ]
}