aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/group-location-warning/modules/gm/gm.qbs
blob: 8bdbbaf5b872dfe0f46df2c59670316222f43404 (plain)
1
2
3
4
5
6
7
import qbs

Module {
    Group {
        files: ["referenced-from-module.txt"]
    }
}