qt6windows7/tests/auto/tools/qmakelib/testdata/include/inc.pri
2023-10-29 23:33:08 +01: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!")
}