aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/baseProperties/Bar.qbs
blob: c25541dc4b6422a6a094c8443d35a7d173aedc00 (plain)
1
2
3
4
5
6
import qbs.base 1.0

Product {
    Depends { name: "cpp" }
    cpp.defines: ["FROM_BAR"]
}