qt5base-lts/tests/auto/tools/qmakelib/testdata/include/inc.pri
Oswald Buddenhagen 965e861e61 qmake: let discard_from() discard function definitions as well
for completeness.

Change-Id: I3ffc14e041408c773e277442828170e3df04ec8d
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2016-11-15 22:44:23 +00: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!")
}