Files
qt5.12.8/tests/auto/tools/qmakelib/testdata/include/inc.pri
2025-08-26 22:57:23 +08:00

15 lines
147 B
Plaintext

VAR = val
.VAR = nope
PLUS += more
fake-*: MATCH = 1
defineTest(func) {
message("say hi!")
}
defineReplace(func) {
return("say hi!")
}