aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/erroneous/same-module-prefix2.qbs
blob: 3c4ec02a440252c530c71a0462a071c632d7ddfa (plain)
1
2
3
4
5
import qbs

Product {
    Depends { name: "prefix2" }
}