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

PLUS += more

fake-*: MATCH = 1

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