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

Product {
    Depends { name: "prefix1.suffix" }
}