DEBSOURCES
Skip Quicknav
sources / qtbase-opensource-src / 5.15.8%2Bdfsg-11%2Bdeb12u3 / tests / auto / tools / qmakelib / testdata / include / inc.pri
1234567891011121314
VAR = val .VAR = nope PLUS += more fake-*: MATCH = 1 defineTest(func) { message("say hi!") } defineReplace(func) { return("say hi!") }