summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/substitutes/test.pro
Commit message (Collapse)AuthorAgeFilesLines
* add indirect input/output specification capability to QMAKE_SUBSTITUTESOswald Buddenhagen2010-08-231-1/+5
| | | | | | | | | | | 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
* create missing output directories for substituted filesOswald Buddenhagen2010-08-181-2/+1
| | | | | | it wasn't the fault of fileFixify() after all ... Reviewed-by: joerg
* fix QMAKE_SUBSTITUTES with shadow buildsOswald Buddenhagen2010-08-171-0/+2
still doesn't work for nested directories, but that's because fileFixify() is plain broken. on the way, remove a superfluous check: we know that the input file name ends with .in - three lines up we made sure it does. Reviewed-by: joerg