aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/QBS-728/QBS-728.qbs
blob: 5969e13cc3dd5ce60c097da1afa448a49aa81e1a (plain)
1
2
3
4
5
Product {
    property bool isBlubbOS: qbs.targetOS.contains("blubb-OS")
    qbs.profiles: isBlubbOS ? ["blubb-profile"] : [project.profile]
    qbs.architecture: "blubb-arch"
}