aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/import-searchpath/import-searchpath.qbs
blob: b4d0194a229ec5a7fbddfb90a2710cc20586447e (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs

Project {
    Project {
        qbsSearchPaths: ["qbs"]
        references: ["src/import-searchpath-app1.qbs"]
    }
    Project {
        references: ["src/import-searchpath-app2.qbs"]
    }
}