aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/inherit-qbs-search-paths/subdir2/modules/bla/m.qbs
blob: 0676d0c4ded1c6e47e1708d109efb88b41dde78c (plain)
1
2
3
4
5
6
7
import qbs 1.0

Module {
    Depends {name : "cpp" }
    cpp.defines: ["HAVE_BLA"]
}