965e861e61
for completeness. Change-Id: I3ffc14e041408c773e277442828170e3df04ec8d Reviewed-by: Lars Knoll <lars.knoll@qt.io>
15 lines
147 B
Plaintext
15 lines
147 B
Plaintext
VAR = val
|
|
.VAR = nope
|
|
|
|
PLUS += more
|
|
|
|
fake-*: MATCH = 1
|
|
|
|
defineTest(func) {
|
|
message("say hi!")
|
|
}
|
|
|
|
defineReplace(func) {
|
|
return("say hi!")
|
|
}
|