mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 06:28:26 +08:00
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!")
|
||
|
}
|