summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/testdata/substitutes/test.pro
blob: 65bb2d85bf67810771dc3529e6f5d25a8862aaf2 (plain)
1
2
3
4
5
6
7
8
QMAKE_SUBSTITUTES += test.in sub/test2.in indirect copy

indirect.input = $$PWD/test3.txt
indirect.output = $$OUT_PWD/sub/indirect_test.txt

copy.input = $$PWD/copy.txt
copy.output = $$OUT_PWD/copy_test.txt
copy.config = verbatim