1 2 3 4 5 6 7
import qbs Module { condition: qbs.targetOS.contains("os2") && qbs.toolchain.contains("tc") priority: 1 property string backend3Prop }