aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/local-profile-as-top-level-profile.qbs
blob: 9bca3c59997ff6306b043d55d8bed66e466a45c2 (plain)
1
2
3
4
5
6
7
Product {
    Profile {
        name: "test-profile"
        qbs.architecture: "arm"
        qbs.targetPlatform: "macos"
    }
}