aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/group-location-warning/subdir/ParentInOtherDir.qbs
blob: c1458624acf4c73e9d61870f34b527a70c6242d3 (plain)
1
2
3
4
5
6
7
import qbs

Product {
    Group {
        files: ["referenced-from-parent-in-other-dir.txt"]
    }
}