summaryrefslogtreecommitdiff
path: root/tests/auto/language/testdata/modules/multiple_backends/backend3.qbs
blob: fda80b4ad3506e936676fc987710577edd983f4d (plain)
1
2
3
4
5
6
7
import qbs

Module {
    condition: qbs.targetOS.contains("os2") && qbs.toolchain.contains("tc")
    priority: 1
    property string backend3Prop
}