summaryrefslogtreecommitdiff
path: root/tests/auto/api/testdata/inherit-qbs-search-paths/subdir/modules/bli/m.qbs
blob: b4b93678a562d9d99cd95de5fca459ece3381b06 (plain)
1
2
3
4
5
6
7
import qbs 1.0

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