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