qt5base-lts/qmake
Oswald Buddenhagen e5b203dbc7 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>
2012-07-24 12:45:02 +02:00
..
generators dispose of MSVCPROJ_LIBS 2012-07-24 12:45:02 +02:00
cachekeys.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
CHANGES Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp repurpose deprecated -E switch 2012-06-27 14:35:30 +02:00
Makefile.unix Fixed Wince Makefile environment 2012-06-19 16:46:09 +02:00
Makefile.win32 Clean up the use of QT_NODLL 2012-06-28 06:21:52 +02:00
Makefile.win32-g++ Clean up the use of QT_NODLL 2012-06-28 06:21:52 +02:00
meta.cpp const correctness for variables() 2012-06-27 14:35:30 +02:00
meta.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
option.cpp move cachefile_depth calculation out of project evaluator 2012-06-27 14:35:33 +02:00
option.h remove possibility to request project recursion from within a pro file again 2012-06-27 14:35:32 +02:00
project.cpp ifdef out the "clears variables previously set" warning 2012-07-06 13:58:10 +02:00
project.h move cachefile_depth calculation out of project evaluator 2012-06-27 14:35:33 +02:00
property.cpp remove support for versioning qmake properties 2012-06-27 14:35:33 +02:00
property.h remove support for versioning qmake properties 2012-06-27 14:35:33 +02:00
qmake_pch.h QHash security fix (1/2): add global QHash seed 2012-04-03 19:12:13 +02:00
qmake.pri Clean up the use of QT_NODLL 2012-06-28 06:21:52 +02:00
qmake.pro properly declare the host tools as such in the project files 2012-06-19 16:37:50 +02:00