use qmake to get PKG_CONFIG in configure script
authorMark Brand <mabrand@mabrand.nl>
Fri, 14 Sep 2012 08:03:18 +0000 (10:03 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 17 Sep 2012 19:47:51 +0000 (21:47 +0200)
commit01864d4854557d2cf8b067e229d77cd7c9c553ee
tree47c4970a6b79d17ff75a79fb6ff82657b16ed602
parentf0b922a3af47e984e4a5935e65c4243966d8dc9d
use qmake to get PKG_CONFIG in configure script

The value of PKG_CONFIG might depend on device options.
For example, "-device-option PKG_CONFIG" might be used with configure
or a mkspec might prefix PKG_CONFIG with CROSS_COMPILE which is
specified as a device option.

The shell functions of configure for parsing mkspecs do not take
device options into account, but qmake is pretty good at it now.

Change-Id: I1c9558e550c48e8441ebdac34b82066473c2ce3a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
configure