Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add indirect input/output specification capability to QMAKE_SUBSTITUTES | Oswald Buddenhagen | 2010-08-23 | 1 | -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 |