Partial revert "cross compile with mingw": unbreak pkg-config

This partially reverts commit
07a978d3d4.

Despite what the commit message said, pkg-config previously worked
and was useful, particularly for static Qt. Qt itself even installs
its own .pc files.

Note: The mkspec win32-g++-cross had a PKG_CONFIG definition to avoid
using the pkg-config installation on the build machine.

Change-Id: Ia4a8d18cd57f74a00bdb9b6a171d20151978a9cc
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Peter Kümmel <syntheticpp@gmx.net>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Mark Brand 2012-09-12 09:01:45 +02:00 committed by Qt by Nokia
parent 4ae829c1db
commit 7d9b5e8e7d

1
configure vendored
View File

@ -1364,7 +1364,6 @@ while [ "$#" -gt 0 ]; do
case `basename "$XPLATFORM"` in win32-g++*)
XPLATFORM_MINGW=yes
CFG_RPATH=no
PKG_CONFIG=no
CFG_REDUCE_EXPORTS=no
;;
esac