aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/baseProperties/prj.qbp
blob: e7800da69371770708314ba510c1761e0d71fab3 (plain)
1
2
3
4
5
6
7
8
9
import qbs.base 1.0

Project {
    Foo {
        cpp.defines: base.concat(["FROM_PRJ"]);
        files: "main.cpp"
    }
}