qt6windows7/tests/auto/tools/qmakelib/testdata/include/inc.pri

15 lines
147 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
VAR = val
.VAR = nope
PLUS += more
fake-*: MATCH = 1
defineTest(func) {
message("say hi!")
}
defineReplace(func) {
return("say hi!")
}