run processPrlFiles() over QMAKE_LIBS_PRIVATE as well
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Fri, 20 Jul 2012 13:34:54 +0000 (15:34 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 31 Jul 2012 09:17:43 +0000 (11:17 +0200)
commitc5954051240ede8b182f96db3ea16be4ac75091c
tree1bec951c466735ae9f47d2aff9a2c183b12a616c
parent14bf7ef504c63f783a0a7be6d6f4354946891e31
run processPrlFiles() over QMAKE_LIBS_PRIVATE as well

there is no reason why private libs should not have prls resolved.

the two variables are resolved independently, so it's possible that
(even more) libraries will appear duplicated on the linker command line,
but that seems easiest for the time being.

Change-Id: I9070ba53808a0661fa72949db8111106b7aca487
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
qmake/generators/unix/unixmake.cpp
qmake/generators/win32/winmakefile.cpp