aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/dependencyFinder/order_complex1.qbs
blob: aba10cacfd6bbfebbdf48b95a686dd199d5dd975 (plain)
1
2
3
4
5
6
7
8
Project {
    bar: car + foo + def
    foo: def
    car: foo + abc + blub
    abc: foo + blub
    def: 12 + blub
    blub: 24
}