mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-04 09:21:30 +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!")
|
||
|
}
|