summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmakelib/testdata/include/inc.pri
blob: 5c570f49e5209e09ec07ee6ca5021cbaab57a6c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
VAR = val
.VAR = nope

PLUS += more

fake-*: MATCH = 1

defineTest(func) {
    message("say hi!")
}

defineReplace(func) {
    return("say hi!")
}