move QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_config.prf
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 10 Apr 2012 18:04:23 +0000 (20:04 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 19 Jun 2012 14:45:59 +0000 (16:45 +0200)
commitf3cca88ac4388eb765bde675c320edf493686810
tree17de93d9746a8bf8970b6e1a569059ebb3d48938
parent19009cde45dcdab21bb113a150ff40f06a611ac6
move QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_config.prf

this only needs to be set in one module each - the one which provides
the relevant tool.

this is moderately source-incompatible, in that a package which queries
a given variable from the wrong library won't get the path it looks for
any more. as it's likely that everyone was using QtCore as a reference
anyway, this will only affect uic - which is in the new QtWidgets
library, to which people need to adjust anyway.

Change-Id: If05d3c33fda6cd12466e261391b825c59651d3e4
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
mkspecs/features/qt_module_config.prf
src/corelib/corelib.pro
src/widgets/widgets.pro