aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/exports-pkgconfig/modules/helper3/helper3.qbs
blob: 4521919943bbe253bf2aeb7d9925a3c200434573 (plain)
1
2
3
4
5
6
import qbs

Module {
    Depends { name: "cpp" }
    cpp.includePaths: "/somedir/include3"
}