aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/propertyChanges/ruletest.qbs
blob: 21d6f75ef3151ea815799cc6c26bd7c85173edf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs

Product {
    name: "ruletest"
    type: "test-output"
    Depends { name: "TestModule" }
    Group {
        files: "test.in"
        TestModule.testProperty: project.testProperty
    }
}