reshuffle assembly of install commands as well
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 7 Aug 2012 15:14:39 +0000 (17:14 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 8 Aug 2012 10:04:49 +0000 (12:04 +0200)
commitff192b3c6257db55c17a5d4bc2ec82a238f89e28
tree243d414a57458b23d19e7ddfd491ec985551188d
parent350d5ff3dd043576c1ba4192648e43bc1ce89a2e
reshuffle assembly of install commands as well

don't make a single string, but a string list which is join()ed in the end.
this is a tad slower, but the code is way easier to work with.

Change-Id: I1ff7168c2770998761a6081be8080c743ddc94a1
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
qmake/generators/makefile.cpp