aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/language/testdata/builtinFunctionInSearchPathsProperty.qbs
blob: f8f1b4d17be0cbe1a0f66ef72a2a7a8178d5bc7f (plain)
1
2
3
4
5
6
7
8
import qbs

Project {
    qbsSearchPaths: {
        if (!qbs.getenv("PATH"))
            throw "getenv doesn't seem to work";
    }
}