dispose of MSVCPROJ_LIBS
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 12 Jul 2012 19:46:53 +0000 (21:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 10:45:02 +0000 (12:45 +0200)
commite5b203dbc7da249e89cc800a7b6a41af8b913ecc
tree6232e80c69c0bc10fd9ac54c6c791604b4ea6372
parentc1056c80fbeadee4b910df00998c837d3c2b44a1
dispose of MSVCPROJ_LIBS

this way QMAKE_LIBS{,_PRIVATE} can be treated the same as in all other
generators, which allows us to:
- make the windows generators' findLibraries() be more like the unix
  version
- dispose of QMAKE_INTERNAL_PRL_LIBS handling while reading prl files
  (because the output always goes to QMAKE_LIBS)
- as a side effect, QMAKE_LIBS_PRIVATE are not subjected to prl file
  resolution any more, which is again consistent with unix - the
  correctness of that needs to be assessed separately.

Change-Id: Ie9bc04d117eff6a7cde846677f98acf3c64aa6ee
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
qmake/generators/makefile.cpp
qmake/generators/win32/mingw_make.cpp
qmake/generators/win32/mingw_make.h
qmake/generators/win32/msvc_vcproj.cpp
qmake/generators/win32/msvc_vcproj.h
qmake/generators/win32/winmakefile.cpp
qmake/generators/win32/winmakefile.h