summaryrefslogtreecommitdiffstats
path: root/util/cmake/tests/data/condition_operator_precedence.pro
blob: 8af628404d744805c07a2f2b367809cacad4acb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
a1|a2 {
 DEFINES += d
}

b1|b2:b3 {
 DEFINES += d
}

c1|c2:c3|c4 {
 DEFINES += d
}