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

Project {
    moduleSearchPaths: "subdir"
//    moduleSearchPaths: ["subdir"]
    Foo {
        files: "main.cpp"
    }
}