Configure.exe: Fix auto-detection of ICU for MinGW
authorKai Koehne <kai.koehne@digia.com>
Wed, 26 Sep 2012 09:05:45 +0000 (11:05 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 04:07:23 +0000 (06:07 +0200)
commitfb46b00eef0de80f05cb21b719057bacf059dbbf
tree81a7919dd305252f9b25191bdc8c7e0454467f6e
parent8e991d04612eb1c39e665f42a3a0eb87b8070757
Configure.exe: Fix auto-detection of ICU for MinGW

If one compiles ICU with MinGW the .lib files also have a lib prefix.
Take this into account when checking for ICU availability.

Upstream bug report: http://bugs.icu-project.org/trac/ticket/9603

Change-Id: Ia1ca49053b0ab41de45eec13799d94d5e934c42e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
tools/configure/configureapp.cpp