summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/substitutes/sub
Commit message (Collapse)AuthorAgeFilesLines
* fix QMAKE_SUBSTITUTES with shadow buildsOswald Buddenhagen2010-08-171-0/+1
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