summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/substitutes/test3.txt
Commit message (Collapse)AuthorAgeFilesLines
* add indirect input/output specification capability to QMAKE_SUBSTITUTESOswald Buddenhagen2010-08-231-0/+1
like in SUBDIRS, the specified strings can now be basenames of "structures" which specify the actual input and output files: QMAKE_SUBSTITUTES += test test.input = infile.txt.in test.output = foobar.out Reviewed-by: joerg