don't actually resolve frameworks in findLibraries()
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 25 Jul 2012 11:51:26 +0000 (13:51 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Jul 2012 22:09:45 +0000 (00:09 +0200)
commitad5e583956d839e0022c29add9fe066a2b7d9563
treea7194e361716064ed606fc9b87d21e06800788a6
parente07372ff5077e60136451733dab59e46f3e9132d
don't actually resolve frameworks in findLibraries()

the code wouldn't actually *do* anything with them, because it was
completely broken. didn't seem to hurt, so just remove it.
we still need to parse -framework, though, so we don't do funny things
with its possible argument.

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