aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/propertyChanges/ruletest.qbs
blob: 02088da7b618b4b7ee439eb5c29a73530b3272cc (plain)
1
2
3
4
5
6
7
import qbs

Product {
    type: "test-output"
    Depends { name: "TestModule" }
    files: "test.in"
}